Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLoop ¶
type EventLoop struct {
// contains filtered or unexported fields
}
func (*EventLoop) AddSocketAndEnableRead ¶
func (el *EventLoop) AddSocketAndEnableRead(fd int, s tcp.Connection) error
AddSocketAndEnableRead 增加 Socket 到时间循环中,并注册可读事件
Click to show internal directories.
Click to hide internal directories.