基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tearshark e3b45d1aad 示范跟cinatra的http client做整合。 4 years ago
..
gcc_bugs.cpp 确保支持VS2017 4 years ago
test_async_cb.cpp 兼容xcode 4 years ago
test_async_channel.cpp Windows下放弃clang编译, 从而完整开启异常处理。 4 years ago
test_async_channel_mult_thread.cpp Windows下放弃clang编译, 从而完整开启异常处理。 4 years ago
test_async_cinatra_client.cpp 示范跟cinatra的http client做整合。 4 years ago
test_async_dynamic_go.cpp 兼容Xcode 4 years ago
test_async_event.cpp 兼容gcc-10 4 years ago
test_async_event_timeout.cpp 兼容gcc-10 4 years ago
test_async_event_v2.cpp 兼容gcc-10 4 years ago
test_async_exception.cpp Windows下放弃clang编译, 从而完整开启异常处理。 4 years ago
test_async_memory_layout.cpp 兼容gcc 10 4 years ago
test_async_modern_cb.cpp 示范跟cinatra的http client做整合。 4 years ago
test_async_multi_thread.cpp 完善文档。 4 years ago
test_async_mutex.cpp Windows下放弃clang编译, 从而完整开启异常处理。 4 years ago
test_async_resumable.cpp 完善文档。 4 years ago
test_async_routine.cpp 兼容gcc 10 4 years ago
test_async_sleep.cpp 引入线程取消功能 4 years ago
test_async_stop_token.cpp 完善协程支持stop_token相关功能 4 years ago
test_async_suspend_always.cpp 兼容Xcode 4 years ago
test_async_switch_scheduler.cpp 兼容gcc-10 4 years ago
test_async_timer.cpp 兼容Xcode 4 years ago
test_async_when_all.cpp 修改task_t实现,以便于将来支持stop_token。 4 years ago
test_async_yield_return.cpp 兼容Xcode 4 years ago
test_ring_queue.h 优化channel实现,使用循环队列完成channel数据缓存 4 years ago