Categorygithub.com/deis/async
modulepackage
1.1.0
Repository: https://github.com/deis/async.git
Documentation: pkg.go.dev

# README

Async

Placeholder

# Packages

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

# Functions

NewDelayedTask returns a new task that will fire after a specified duration.
NewScheduledTask returns a new task that will fire after a specified time.
NewTask returns a new task.
NewTaskFromJSON returns a new Task unmarshalled from the provided []byte.

# Interfaces

Engine is an interface for a broker-specifc framework for submitting and asynchronously completing provisioning and deprovisioning tasks.
Task is an interface to be implemented by types that represent a single asynchronous task.

# Type aliases

JobFn is the signature for functions that workers can call to asynchronously execute a job.