zelang-dev / c-coroutine

A simple C coroutine library, with multithreading and more, the Go and C++20 style way.
https://zelang-dev.github.io/c-coroutine/
MIT License
81 stars 2 forks source link

Is it production ready ? #5

Open sequoiar opened 6 months ago

sequoiar commented 6 months ago

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

TheTechsTech commented 6 months ago

production ready?

Well that might just depend on your usage.

fully tested

Have your played around with the examples, made changes, what's not working as expected?

But the real answer is just going to open up a bag of worms. I'm more on the side of the science of things, in which case, one can always add, there will be many more rabbit holes to go down.

The current status is integrating libuv, no hurry. How big is that, how many people involved on that project?

My perspective it's an event loop abstraction that needs structuring here in an way that it can be replaced with custom setup if need be. If there was no libuv, I would be building that too.

The actual coroutine part here is done, how that behaves, and in making an release, I would need feedback on how things working/not working in ones environment.