summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
AgeCommit message (Expand)Author
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-08-10Enable sanitizer tests for tokio-threadpool (#537)Stjepan Glavina
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-09Steal multiple tasks from another worker at a time (#534)Stjepan Glavina
2018-08-08Update to crossbeam-utils 0.5.0, fix imports (#519)David Kellum
2018-08-08Fix num CPUs in threadpool::builder::Builder::new (#530)Roman
2018-08-07Implement Error for a few error types (#511)Stjepan Glavina
2018-08-07Fix tokio threadpool readme examples (#521)Serho Liu
2018-07-30Terminate backup threads when idle (#489)Stjepan Glavina
2018-07-22General rustdoc improvements (#450)David Kellum
2018-07-16Pad fields to cacheline size to avoid false sharing (#475)Stjepan Glavina
2018-07-11Optimize spinning in Worker::run (#470)Stjepan Glavina
2018-07-11New version of crossbeam-deque (#468)Stjepan Glavina
2018-07-11Update rand dep from 0.4 to 0.5 (#458)Roman
2018-07-06Replace XorShiftRng with a custom RNG (#466)Stjepan Glavina
2018-07-05Bump tokio-threadpool to v0.1.5 (#462)Carl Lerche
2018-07-03Fix a race in thread wakeup (#459)Stjepan Glavina
2018-07-02Make WorkerId public (#460)Stjepan Glavina
2018-06-26Add a verbose error message for BlockingError (#451)Roman
2018-06-15Add some thread pool docs (#421)Carl Lerche
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