8000 Release v0.15.0 · jbaldwin/libcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

v0.15.0

Latest
Compare
Choose a tag to compare
@jbaldwin jbaldwin released this 13 Jun 20:44
· 3 commits to main since this release
c52f4aa

Notable features in this release:

  • Support LIBCORO_FEATURE_NETWORKING on kqueue based operating systems, e.g. coro::io_scheduler is now supported on MacOS. Thank you @tglane
  • coro::thread_pool now must be created as a std::shared_ptr via coro::thread_pool::make_shared()
  • Added coro:queue<T>
  • Added coro::condition_variable Thank you @dobord
  • Added default executors, similar to libuv's default_loop().

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

0