v2.0.2
CHANGELOG
2.0.2
- Add benchmark for
task_future
- Fix lifetime of
task_future
2.0.1
- Change
task_manager<task_type, container_type>
totask_manager<task_type>
2.0.0
- Add ABI tag for all c++ codes
We will keep ABI compatitablity for all assemblly APIs and will change the suffix when ABI changed.
cotask::task
changes
- Add
value_type
to task_macro (macro_coroutine
)
- [Previous] Redesign C++ 20 coroutine support.
- Using ctest to maintain test and samples
- Fix compatibility for C++20 attributes and macros
- [BREAK CHANGES] Rename
LIBCOPP_DISABLE_THIS_MT
toLIBCOPP_LOCK_DISABLE_THIS_MT