Skip to main content

Crate qubit_tokio_executor

Crate qubit_tokio_executor 

Source
Expand description

§Qubit Tokio Executor

Tokio-backed executor and executor service implementations.

Modules§

service
Executor service compatibility exports for Tokio-backed users.

Structs§

ShutdownReport
Summary returned by an immediate executor-service shutdown request.
TokioExecution
Future-backed execution returned by TokioExecutor.
TokioExecutor
Executes callable tasks on Tokio’s blocking task pool.
TokioExecutorService
Tokio-backed service for submitted blocking tasks.
TokioIoExecutorService
Tokio-backed executor service for async IO and Future-based tasks.
TokioTaskHandle
Async handle returned by Tokio-backed executor services.

Enums§

RejectedExecution
Error returned when an executor service refuses to accept a task.

Traits§

Executor
Executes fallible one-time tasks according to an implementation-defined strategy.
ExecutorService
Managed task service with submission and lifecycle control.
FutureExecutor
Marker trait for executors whose execution carrier is a future.

Type Aliases§

TokioBlockingExecutorService
Tokio-backed blocking executor service routed through spawn_blocking.