summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/lib.rs
AgeCommit message (Expand)Author
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-24Make blocking pool non-static and use for thread pool (#1678)Jon Gjengset
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-27implement `spawn_with_handle` in tokio_executor (#1492)Jacob Pratt
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-20executor: switch from `log` to `tracing` (#1454)Eliza Weisman
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-13executor, threadpool: forward port fix from #1155 (#1433)Ilya Lakhin
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-02docs: update API documentation for some crates (#1380)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-02Use Crossbeam's Parker/Unparker (#528)Stjepan Glavina
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-07Implement Error for a few error types (#511)Stjepan Glavina
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-22General rustdoc improvements (#450)David Kellum
2018-07-11Update lib.rs (#471)Richard Dodd (dodj)
2018-06-14Implement Executor for Box<E: Executor> (#420)Sean McArthur
2018-03-30Bump version to v0.1.5 (#271)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche