# Functions
FindOperation returns the Operation of T if the context has the Operation of T.
FindOperationFromContext returns the operation from the context.
FinishOperation finishes the operation.
InitRootOperation initializes the root operation.
No description provided by the author
NewOperation creates a new operation.
NewRootOperation creates a new root operation.
OnFinish registers the event listener to the operation.
On registers the event listener to the operation.
RegisterOperation registers the operation to the context.
StartAndRegisterOperation starts the operation and registers the operation to the context.
StartOperation starts the operation.
# Type aliases
EventListener is a function type that is called when an event is emitted.