[package] name = "threads" version = "0.1.0" authors = ["Marcel Märtens "] edition = "2018" license = "Apache-2.0 OR MIT" homepage = "https://gitlab.com/xMAC94x/threads" repository = "https://gitlab.com/xMAC94x/threads" readme = "README.md" documentation = "https://docs.rs/threads" description = """ Traits to abstract thread-pools """ categories = [ "asynchronous", "concurrency", ] keywords = [ "threadpool", "thread", "pool", "parallelism", "async", ]