package
2.0.2
Repository: https://github.com/peter-mount/go-kernel.git
Documentation: pkg.go.dev

# Functions

GetQueue returns the Queue contained in this Context.
No description provided by the author
Of creates a new Task forming a chain of the provided tasks.
Run runs all tasks in the Queue until either the queue is empty or a task returns an error.

# Interfaces

No description provided by the author

# Type aliases

ContextProvider provides a context based on another, used by Using.
Task is a task that the Generator must run once all other Handler's have been run.
ValueProvider provides a value at runtime, used with UsingValue.