Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLoop ¶
type EventLoop struct { Context interface{} // contains filtered or unexported fields }
func NewEventLoop ¶
func NewEventLoop() *EventLoop
type LoopHandler ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func NewPool ¶
func NewPool(numWorkers int, handler LoopHandler) *Pool
func (*Pool) GetAllLoops ¶
func (*Pool) GetLoopForHash ¶
func (*Pool) GetNextLoop ¶
Click to show internal directories.
Click to hide internal directories.