Skip to main content

Crate qubit_rayon_executor

Crate qubit_rayon_executor 

Source
Expand description

§Qubit Rayon Executor

Rayon-backed CPU-bound executor service implementation.

§Author

Haixing Hu

Modules§

service
Executor service compatibility exports for Rayon-backed users.

Structs§

RayonExecutorService
Rayon-backed executor service for CPU-bound synchronous tasks.
RayonExecutorServiceBuilder
Builder for RayonExecutorService.
RayonTaskHandle
Handle returned by crate::RayonExecutorService for accepted tasks.
ShutdownReport
Summary returned by an immediate executor-service shutdown request.

Enums§

RayonExecutorServiceBuildError
Error returned when crate::RayonExecutorServiceBuilder cannot build a service.
RejectedExecution
Error returned when an executor service refuses to accept a task.

Traits§

ExecutorService
Managed task service with submission and lifecycle control.