基于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 02a69b586d Merge branch 'master' of https://github.com/tearshark/librf 4 years ago
..
test_async_cb.cpp 兼容xcode 4 years ago
test_async_channel.cpp channel并没有很好的履行optional选项。改正之。 4 years ago
test_async_channel_mult_thread.cpp 完善文档。 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 兼容xcode 4 years ago
test_async_memory_layout.cpp 兼容gcc-10 4 years ago
test_async_modern_cb.cpp 尝试使用gcc10 4 years ago
test_async_multi_thread.cpp 完善文档。 4 years ago
test_async_mutex.cpp 兼容gcc-10 4 years ago
test_async_resumable.cpp 完善文档。 4 years ago
test_async_routine.cpp 兼容gcc-10 4 years ago
test_async_sleep.cpp 兼容gcc-10 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 兼容Xcode 4 years ago
test_async_yield_return.cpp 兼容Xcode 4 years ago
test_ring_queue.h 优化channel实现,使用循环队列完成channel数据缓存 4 years ago