Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntsGoroutineProcess ¶
type AntsGoroutineProcess struct {
// contains filtered or unexported fields
}
func NewAntsGoroutineProcess ¶
func NewAntsGoroutineProcess(poolSize int, maxBlockingTasks int) *AntsGoroutineProcess
func (AntsGoroutineProcess) MustStart ¶
func (s AntsGoroutineProcess) MustStart()
func (AntsGoroutineProcess) Stop ¶
func (s AntsGoroutineProcess) Stop()
type AntsMnsGoroutineProcess ¶
type AntsMnsGoroutineProcess struct {
// contains filtered or unexported fields
}
func NewAntsMnsGoroutineProcess ¶
func NewAntsMnsGoroutineProcess() *AntsMnsGoroutineProcess
func (*AntsMnsGoroutineProcess) MustStart ¶
func (s *AntsMnsGoroutineProcess) MustStart()
func (*AntsMnsGoroutineProcess) Stop ¶
func (s *AntsMnsGoroutineProcess) Stop()
type HttpServer ¶
func NewHttpServerProcess ¶
func NewHttpServerProcess(server *http.Server, eventBus event.Bus) *HttpServer
func (*HttpServer) MustStart ¶
func (s *HttpServer) MustStart()
func (*HttpServer) Stop ¶
func (s *HttpServer) Stop()
Click to show internal directories.
Click to hide internal directories.