summaryrefslogtreecommitdiffstats
path: root/src/executor/mod.rs
AgeCommit message (Expand)Author
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2018-09-18tokio-executor: hide deprecated tokio-threadpool reexports (#644)Eliza Weisman
2018-08-25re-export tokio-current-thread::spawn (#579)Michal 'vorner' Vaner
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-07Fix more rustdoc links (#518)David Kellum
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-12Deprecate executor re-exports (#412)Carl Lerche
2018-06-11Duplicated word in documentation. (#405)pravic
2018-05-08Fix typos (#348)Julian Tescher
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Fix docs markup (#225)hcpl
2018-03-02Tweak the `tokio::spawn` function (#171)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche