parallel_task 0.6.0

A fast data parallelism library for Rust
Documentation
1
2
3
4
/// Accessors module is responsible for managing the queue used for task distribution across threads. The accessors and limit queue have 
/// features that allow task stealing and to monitor statuses and other key stats of the queue.
pub mod limit_queue;
pub mod read_accessor;