[package] name = "work_pool" version = "0.1.0" description = "A simple implementation of a work queue wrapped by a thread pool." keywords = ["work_queue", "thread_pool", "multithreading", "multithreaded"] categories = ["concurrency"] authors = ["William Drescher "] repository = "https://github.com/wilkua/work_pool/" license = "MIT" edition = "2021" [dependencies]