Expand description
Represents the utils for building workers.
Structs§
- Stores the Workers context
- A worker that is ready for running
- A
Runnablerepresents a unit of work that manages a worker’s lifecycle and execution flow. - A future tracked by the worker
- Represents a generic Worker that can be in many different states
- A worker name wrapper usually used by Worker builder
Enums§
- Events emitted by a worker
- Possible errors that can occur when starting a worker.
Type Aliases§
- An event handler for
Worker