summaryrefslogtreecommitdiffstats
path: root/tokio-executor
AgeCommit message (Expand)Author
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-31executor: remove unnecessary APIs from `Enter`. (#1115)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-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-01trace: Fix tokio-trace documentation url in the README (#939)Lucio Franco
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19chore: move doc comments inside macro invocations (#901)Andy Russell
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-03executor: fix build (#825)Carl Lerche
2019-01-02Use Crossbeam's Parker/Unparker (#528)Stjepan Glavina
2018-12-28executor: impl Unpark for Arc<Unpark> (#802)Pavel Strakhov
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-18Make `tokio::run` panic if called from inside `tokio::run` (#646)Eliza Weisman
2018-09-17Add some missing future::Executor implementations (#563)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-30detect and handle recursive calls to DefaultExecutor (#473)Sam Rijs
2018-07-30Fix a race in thread wakeup (#507)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-11implement Send and Sync for DefaultExecutor (#472)Sam Rijs
2018-07-11Update lib.rs (#471)Richard Dodd (dodj)
2018-07-05Implement status() for DefaultExecutor (#463)Stjepan Glavina
2018-06-21Add a verbose error message for EnterError (#441)Roman
2018-06-14Implement Executor for Box<E: Executor> (#420)Sean McArthur
2018-05-08Fix typos (#348)Julian Tescher
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-03-30Bump version to v0.1.5 (#271)Carl Lerche
2018-03-29Allow customizing the threadpool's parker (#264)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Add LICENSE file to all sub crates (#226)Carl Lerche
2018-03-13Fix docs markup (#225)hcpl
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
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