summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
AgeCommit message (Expand)Author
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07Migrate threadpool to futures-util (#1403)Lucio Franco
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-20chore: use ptr::{null, null_mut} instead of 0 as *{const, mut} (#1333)Taiki Endo
2019-07-19Remove last non-dev dependency on rand crate (#1324)David Kellum
2019-07-16Get rid of Enter for with_default (#1315)Jon Gjengset
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-15chore: update rand dependency to 0.7 (#1302)Taiki Endo
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
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