c-coroutine icon indicating copy to clipboard operation
c-coroutine copied to clipboard

A simple C coroutine library, with multithreading and more, the Go and C++20 style way.

Results 2 c-coroutine issues
Sort by recently updated
recently updated
newest added

Amazing project. Just wonder whether is it fully tested and production ready ?

Hello I am the creator of the [go2hx compiler](https://github.com/go2hx/go2hx), which transpiles Go code -> into [Haxe](https://haxe.org/) code. At the moment I am using a simple 1 thread 1 goroutine approach...