#![warn(missing_docs)]
mod single_queue_threadpool;
mod threadpool;
pub use single_queue_threadpool::{
SingleQueueThreadpool,
single_queue_threadpool_auto_config,
single_queue_threadpool_builder
};
pub use crate::threadpool::{
ThreadPool,
lft_auto_config,
lft_builder
};