Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEventPool ¶
func NewEventPool(bufferSize uint32) *eventPool
Types ¶
type EventEmitter ¶
type EventEmitter interface { Emit(ctx context.Context, eventName string, object any) EmitWithSource(ctx context.Context, eventName, source string, object any) }
func NewNopEventEmitter ¶
func NewNopEventEmitter() EventEmitter
type EventHandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.