Crate reifydb_sub_worker

Crate reifydb_sub_worker 

Source

Structs§

InternalClosureTask
Simple closure-based implementation for PoolTask (internal use)
InternalTaskContext
Internal context provided to tasks during execution
PoolStats
Statistics about the worker pool
PrioritizedTask
A prioritized task wrapper for the queue
SchedulerClient
Client for communicating with the worker subsystem’s scheduler
TaskScheduler
Manages scheduled and periodic tasks
WorkerBuilder
Builder for configuring the worker pool subsystem
WorkerConfig
Configuration for the worker pool
WorkerSubsystem
Priority Worker Pool Subsystem
WorkerSubsystemFactory
Factory for creating WorkerPoolSubsystem instances

Enums§

Priority
SchedulerRequest
Request types for scheduler operations
SchedulerResponse
Response types for scheduler operations

Traits§

PoolTask
Trait for tasks that can be executed by the worker pool

Type Aliases§

Result