summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
AgeCommit message (Expand)Author
2019-06-30timer: finish updating timer (#1222)Carl Lerche
2019-06-27threadpool: update to std::future (#1219)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-04-21threadpool: add panic_handler (#1052)Ryan Dahl
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-21threadpool: fix typo in documentation (#915)Nicholas Young
2019-01-30threadpool: update crossbeam dependencies (#874)Stjepan Glavina
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche
2019-01-17threadpool: drop incomplete tasks on shutdown (#722)Stjepan Glavina
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-05threadpool: panic if a worker thread cannot be spawned (#826)Stjepan Glavina
2019-01-03threadpool: remove unused fn (#822)Carl Lerche
2019-01-02Use Crossbeam's Parker/Unparker (#528)Stjepan Glavina
2018-12-28threadpool: introduce a global task queue (#798)Stjepan Glavina
2018-12-12threadpool: fix semaphore deadlock (#795)Stjepan Glavina
2018-12-05threadpool: improve the documentation of `blocking` (#789)Simon Farnsworth
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-21threadpool: remove smoke example (#764) (#770)Felix Obenhuber
2018-11-20threadpool: refactor pool shutdown (#769)Stjepan Glavina
2018-11-20threadpool: rename inner to something more descriptive (#768)Stjepan Glavina
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