archery/core/queueable library

Classes

QueueJob
Persistent queue record for jobs dispatched through Queueable.

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.