td_rthreadpool

Crates.iotd_rthreadpool
lib.rstd_rthreadpool
version0.1.5
sourcesrc
created_at2016-03-31 12:51:20.153165
updated_at2024-06-25 02:28:29.011427
descriptionthread wrapper for Rust
homepage
repositoryhttps://github.com/tickbh/td_rthreadpool
max_upload_size
id4648
size43,940
问蒙框架服务 (tickbh)

documentation

README

#td_rthreadpool

A thread pool for running a number of jobs on a fixed set of worker threads. And has the reenter mutex lock.

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
td_rthreadpool = "0.1.0"

and this to your crate root:

extern crate td_rthreadpool;

License

Licensed under either of

  • Apache License, Version 2.0
  • MIT license

at your option.

Commit count: 17

cargo fmt