wangjieest / awaitable_tasks

awaitable tasks base on msvc's resumable functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awaitable tasks base on resumable functions, with make_task, then, when_all, when_n, when_any.

specially, with an almost zero-cost life time control.

supporting both then-able and await-able, which make encapsulation as easy as it is.

About

awaitable tasks base on msvc's resumable functions.


Languages

Language:C++ 98.1%Language:C 1.9%