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 NewEventLoop ¶
func NewEventLoop() *EventLoop
func (*EventLoop) PostHighPri ¶
func (s *EventLoop) PostHighPri(f func())
func (*EventLoop) SendHighPri ¶
func (s *EventLoop) SendHighPri(f func())
type EventLoop2 ¶
type EventLoop2 struct {
// contains filtered or unexported fields
}
func NewEventLoop2 ¶
func NewEventLoop2() *EventLoop2
func (*EventLoop2) PushHigh ¶
func (l *EventLoop2) PushHigh(f func())
func (*EventLoop2) PushLow ¶
func (l *EventLoop2) PushLow(f func())
func (*EventLoop2) Run ¶
func (l *EventLoop2) Run()
func (*EventLoop2) SendHigh ¶
func (l *EventLoop2) SendHigh(f func())
func (*EventLoop2) SendLow ¶
func (l *EventLoop2) SendLow(f func())
func (*EventLoop2) Stop ¶
func (l *EventLoop2) Stop()
Click to show internal directories.
Click to hide internal directories.