summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
AgeCommit message (Expand)Author
2018-06-06Bump version to v0.1.7 (#396)Carl Lerche
2018-05-29Remove threadpool disclaimer (#378)Carl Lerche
2018-05-24Fix bug related to spawning optimization (#375)Carl Lerche
2018-05-08Fix typos (#348)Julian Tescher
2018-05-04Fix typo in documentation (#341)Thijs Vermeir
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-04-15Threadpool blocking (#317)Carl Lerche
2018-04-10Fix warning: variable does not need to be mutable (#309)Roman
2018-04-05Refactor threadpool task types (#300)Carl Lerche
2018-04-04ThreadPool refactoring (#299)Carl Lerche
2018-04-04threadpool: bump minimal version of executor (#292)Igor Gnatenko
2018-04-03Threadpool refactor (#294)Carl Lerche
2018-04-02Fix unused variable in tokio-threadpool\tests\threadpool.rs:581:9 (#284)Roman
2018-03-30Bump version to v0.1.5 (#271)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-29Remove println from tests (#267)Carl Lerche
2018-03-29Allow customizing the threadpool's parker (#264)Carl Lerche
2018-03-27Split tokio-threadpool lib.rs into files (#233)Roman
2018-03-27fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#...Klaus Purer
2018-03-27Fix unstable-futures feature flag propagation (#261)Sam Rijs
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-21Update to futures 0.2.0-beta (#246)Aaron Turon
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Add LICENSE file to all sub crates (#226)Carl Lerche
2018-03-13Handle futures that panic on a threadpool (#216)Carl Lerche
2018-03-11Remove uses of futures_cpupool (#220)Jeehoon Kang
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-09tokio-threadpool: bump rand to 0.4 (#205)Igor Gnatenko
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-06Shutdown the thread pool on drop. (#190)Carl Lerche
2018-03-06Fix benches (#188)Carl Lerche
2018-03-06Replace coco with crossbeam (#185)Jeehoon Kang
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche