Commit graph

3 commits

Author SHA1 Message Date
Lewis Baker bf9eb2c581 Rename lazy_task -> task, shared_lazy_task -> shared_task.
No need to keep the 'lazy' term in the name to distinguish it
from eager tasks as all task are lazy now.
2017-08-17 21:14:34 +09:30
Lewis Baker b78bc3ed7b Update some tests to avoid using cppcoro::task<>.
Use lazy_task<>, sync_wait() and when_all[_ready]() instead in
preparation for phasing out task<>.
2017-08-14 09:20:52 +09:30
Lewis Baker 2af1b18c0f Add async_manual_reset_event. 2017-07-25 07:10:50 +09:30