/crhandle

C++20 coroutine library

Primary LanguageC++Apache License 2.0Apache-2.0

unit tests

crhandle

Simple coroutine library for C++20. Cancelation is implemented using exceptions rather than cancelation tokens.TaskHandle is not thread safe, but Unichannel is.