Crate actix_threadpool

Source
Expand description

Thread pool for blocking operations

Structs§

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

Enums§

Functions§

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