Version 0.1.1
- 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