package
2.1.2
Repository: https://github.com/brad-jones/goasync.git
Documentation: pkg.go.dev

# Functions

New creates new instances of Task.
Rejected returns a pre-rejected task.
Resolved returns a pre-resolved task.

# Structs

ErrStoppingTaskTimeout is returned by StopWithTimeout when the given duration has passed and the task has still not stopped.
Internal is used by the task implementor.
Task represents an asynchronous operation, create new instances with New.