Expand description
Batch worker item handling and run loop implementation.
Structs§
- Error
Handle 🔒 - Get the error out
- Worker
- Task that handles processing the buffer. This type should not be used
directly, instead
Buffer
requires anExecutor
that can accept this task.