summaryrefslogtreecommitdiffstats
path: root/tokio-executor
AgeCommit message (Expand)Author
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