Skip to content

v2.0.2

Compare
Choose a tag to compare
@owent owent released this 26 Jul 07:53
· 58 commits to v2 since this release
v2.0.2
fefb1b8

CHANGELOG

2.0.2

  1. Add benchmark for task_future
  2. Fix lifetime of task_future

2.0.1

  1. Change task_manager<task_type, container_type> to task_manager<task_type>

2.0.0

  1. Add ABI tag for all c++ codes

We will keep ABI compatitablity for all assemblly APIs and will change the suffix when ABI changed.

  1. cotask::task changes
  • Add value_type to task_macro ( macro_coroutine )
  1. [Previous] Redesign C++ 20 coroutine support.
  2. Using ctest to maintain test and samples
  3. Fix compatibility for C++20 attributes and macros
  4. [BREAK CHANGES] Rename LIBCOPP_DISABLE_THIS_MT to LIBCOPP_LOCK_DISABLE_THIS_MT