summary refs log tree commit diff
path: root/src/test/run-pass/futures-api.rs
AgeCommit message (Expand)AuthorLines
2018-09-19Remove spawning from task::ContextTaylor Cramer-24/+10
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-6/+5
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-1/+1
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-1/+1
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-8/+8
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-2/+3
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-2/+2
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+95