package
0.0.0-20241212192544-4710020385f1
Repository: https://github.com/hackborn/onefunc.git
Documentation: pkg.go.dev
# README
nxt
Playing with some event handler / pipeline / chaining. Ignore. Will definitely get deleted.
# Functions
No description provided by the author
No description provided by the author
ManyHandler fans an event to multiple handlers.
NilNewHandlerFunc is used to return a nil handler.
NullHandler is used when an engine isn't supplied a handler.
# Structs
No description provided by the author
No description provided by the author
Context is a running context, with unique data.
Graph stores instantiated handler nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Handler handles an event.
Handler handles an event.
NewHandlerFunc returns a Handler function.
NewHandlerFunc returns a Handler function.