lending_thread_pool 0.1.2

A thread pool where workers can lend their data to their tasks.
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

mod thread_pool;

pub use thread_pool::*;