Expand description
A majority of the code in this module was copied from InfluxDB
Ref: https://github.com/influxdata/influxdb3_core/tree/6fcbb004232738d55655f32f4ad2385523d10696/executor
Structs§
- Dedicated
Executor - Manages a separate tokio runtime (thread pool) for executing tasks.
Enums§
- JobError
- Errors occurring when polling
DedicatedExecutor::spawn.