Notable features in this release:
- Support
LIBCORO_FEATURE_NETWORKINGon kqueue based operating systems, e.g.coro::io_scheduleris now supported on MacOS. Thank you @tglane coro::thread_poolnow must be created as astd::shared_ptrviacoro::thread_pool::make_shared()- Added
coro:queue<T> - Added
coro::condition_variableThank you @dobord - Added default executors, si...