JobSys
About
Provides an implementation of a Lockless Work Stealing Job System which, after initialization, does not consume additional memory to schedule jobs.
This crate requires rust edition 2018 and can be run with stable. It has been tested with rust version 1.50.0.
For more details, please consult the crate's documentation
Note: It's recommended to use version 0.2.0 going forward as it fixes many issues in the original release.
Example
use ;