archery/core/queueable library
Enums
- QueueJobStatus
- Lifecycle states for persisted queue jobs.
Mixins
- Queueable
- Adds queue-dispatch behavior to a job-like type.
Typedefs
- IsolateJob = Future Function()
- Function signature for an asynchronously executed inline isolate job.
- IsolateWorker = void Function(SendPort)
- Function signature for a worker isolate entry callback.