summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
AgeCommit message (Expand)Author
2018-11-16chore: bump rand dependency to 0.6 (#753)Alex Gaynor
2018-11-10Bumped crossbeam-utils version (#746)Alex Gaynor
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-15threadpool: Arc instead of Inner in Notifier (#702)Stjepan Glavina
2018-10-10threadpool: worker threads shouldn't respect keep_alive (#692)Stjepan Glavina
2018-10-03threadpool: spawn new tasks onto a random worker (#683)Stjepan Glavina
2018-10-02runtime: create reactor per worker (#660)Stjepan Glavina
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26reactor: turn bench-poll into a proper benchmark (#662)Stjepan Glavina
2018-09-21threadpool: impl Drop for Queue (#649)Stjepan Glavina
2018-09-10Expose thread_pool::SpawnHandle (#604)Flux Xu
2018-08-30Add ThreadPool::spawn_handle (#602)Flux Xu
2018-08-25Spelling fixes (#571)Ben Boeckel
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