Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@David-Haim David-Haim released this 27 Mar 10:46
· 6 commits to master since this release
c9ae7d0
  • full move to ctest
  • timer queue idling mechanism
  • unified shutdown exception
  • test folder cleaning up
  • clang format changes
  • optimizations

This version breaks ABI: executors and the timer queue throw runtime_shutdown exception when accessed after the runtime object is destroyed. executor_shutdown and timer_queue_shutdown are deprecated.

Note: the CICD fails because of a regression in Clang's thread sanitizer. the bug is detailed in google/sanitizers#1259