package
0.18.5
Repository: https://github.com/cschleiden/go-workflows.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Background returns a non-nil, empty Context.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithCancel returns a copy of parent with a new Done channel.
WithValue returns a copy of parent in which the value associated with key is val.

# Constants

No description provided by the author

# Variables

Canceled is the error returned by Context.Err when the context is canceled.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
A Context carries a deadline, a cancellation signal, and other values across API boundaries.
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

# Type aliases

A CancelFunc tells an operation to abandon its work.