Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPoolTernimated = errors.New("pool is ternimated") ErrTimeout = errors.New("timeout") )
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶ added in v1.0.1
func (HandlerFunc[T]) Handle ¶ added in v1.0.1
func (fn HandlerFunc[T]) Handle(ctx context.Context, value T)
Click to show internal directories.
Click to hide internal directories.