Version 0.1.2
-
deprecation of
await_via
andresume_via
-
addition of
lazy_result
-
addition of
resume_on
-
when_all
+when_any
rewrite -
shared_result
optimizations -
examples rewrite
note: CI/CD still fail on TSAN tests because of google/sanitizers#1259 . In the next release, the library CI/CD might move to clang-12, which is supposed to fix the issue.
note: This version breaks ABI: await_via
and resume_via
are deprecated. use resume_on
instead.