Popular repositories Loading
-
-
co
co Public实现简易的协程库(面向C或C++),除了支持基本的创建协程(co_create)、启动协程(co_resume)、协程挂起(co_yield)功能,还需要实现能够用于协程间通信的队列类型(包括匹配的共享资源加锁、解锁功能),实现能够在协程中调用的异步文件I/O API。最后编写基于该协程库的生产者(从文件中读数据并通过队列传送给消费者)消费者(从队列中取出数据进行处理,并将处理结果写入另一个…
C++
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.