about summary refs log tree commit diff
path: root/src/test/run-pass/futures-api.rs
AgeCommit message (Expand)AuthorLines
2019-07-06Remove duplicated arc_wake.rsAndrew Xu-59/+0
2019-04-23Stabilize futures_apiTaylor Cramer-2/+0
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-3/+6
2019-04-05Future-proof the Futures APITaylor Cramer-8/+9
2019-02-05Move ArcWake in common test file.Matthias Einwag-55/+6
2019-02-03Fix testMatthias Einwag-1/+1
2019-02-03Apply review suggestions and fix testsMatthias Einwag-34/+69
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Stabilize PinTaylor Cramer-1/+1
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