Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@David-Haim David-Haim released this 27 Aug 09:46
· 5 commits to master since this release
cbfc4a1
  • deprecation of await_via and resume_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.