Crate jobsteal [] [src]

A work-stealing fork-join queue used to perform processors' work asynchronously. This is intended to be short-lived. Long running asynchronous tasks should use another method. For infinite loops, the longest-running of tasks, behavior will be as expected.

Structs

Pool

The work pool manages worker threads in a work-stealing fork-join thread pool.

Spawner

A job spawner associated with a specific scope.

Functions

make_pool

Create a pool with n worker threads.