Skip to content

v1.2.0: Bugfixes and minor new feature

Compare
Choose a tag to compare
@davmac314 davmac314 released this 07 Jan 12:03
· 51 commits to master since this release

This version includes important bugfixes, including cases where the wrong exception type was thrown for certain errors with some event loop backends. Additionally, it fixes compilation issues with newer compilers.

New feature: delayed event loop initialisation.
An event loop can be constructed via a noexcept constructor and initialised later via an init() function. See the documentation for details.