summaryrefslogtreecommitdiffstats
path: root/tokio-current-thread
AgeCommit message (Expand)Author
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-17Add some missing future::Executor implementations (#563)Carl Lerche
2018-08-30Use spawn_local to spawn from local Handles (#565)Jon Gjengset
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-24Count in-transit spawned futures to current thread executor as pending (#478)Jon Gjengset
2018-07-24RunError and few more error types implements Error (#501)Michal 'vorner' Vaner
2018-06-21Add a verbose error message for EnterError (#441)Roman
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-12tokio-current-thread crate (#370)jpbriquet