[][src]Crate actix_threadpool

Thread pool for blocking operations

Structs

Canceled

Error returned from a Receiver when the corresponding Sender is dropped.

CpuFuture

Blocking operation completion future. It resolves with results of blocking function execution.

Functions

run

Execute blocking function on a thread pool, returns future that resolves to result of the function execution.