Crate jobsteal

Source
Expand description

A work-stealing fork-join thread pool used to perform work asynchronously. Tasks submitted are intended to be short-lived. Long running asynchronous tasks should use another method. This crate is fairly experimental and should be used with caution.

Re-exports§

Modules§

  • Jobsteal’s Parallel iterators.

Structs§

  • The work pool manages worker threads in a work-stealing fork-join thread pool.
  • A job spawner associated with a specific scope.

Functions§

  • Create a pool with n worker threads.