# Packages
No description provided by the author
# Functions
NewWorker creates a new worker.
# Type aliases
CancelRxFunc is a function type that gets called each time the worker receives a cancel message.
EventHandlerFunc is a function type that gets called each time the worker receives a com.redhat.Yggdrasil1.Dispatcher1.Event signal.
RxFunc is a function type that gets called each time the worker receives data.