Expand description
provides AsyncJob trait and AsyncSingleJob struct
Structs
- Abstraction for a FIFO task queue that will only queue up one
nextjob. It keeps overwriting the next job until it is actually taken to be processed - Passed to
AsyncJob::runallowing sending intermediate progress notifications
Traits
- trait that defines an async task we can run on a threadpool