# td_rthreadpool **Repository Path**: tickbh/td_rthreadpool ## Basic Information - **Project Name**: td_rthreadpool - **Description**: tickdream rust threadpool - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-03-11 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://travis-ci.org/tickbh/td_rthreadpool.svg?branch=master)](https://travis-ci.org/tickbh/td_rthreadpool) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] td_rthreadpool = "0.1.0" ``` and this to your crate root: ```rust extern crate td_rthreadpool; ``` ## License Licensed under either of * Apache License, Version 2.0 * MIT license at your option.