# README
Async
Placeholder
# 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.
# Type aliases
JobFn is the signature for functions that workers can call to asynchronously execute a job.