-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stability policy? #85
Comments
Hi Nicolas, after the changes in 0.4 and 0.5 - the library is modularized and everything returns
I understand coroutines now, so I guess that makes this library less experimental :-D I'll drop the sentence and replace it with some API stability guarantees. I'm happy to see that you want to adopt QCoro in Plasma and understand the requirements, so I'll do what I can to make sure QCoro is usable for you folks :-) |
It's not so experimental anymore, and seeing that it works, has active contributors and users, it's time to start taking things more seriously :)
We'd like to use QCoro in Plasma, but before we do that we'd like to know what kind of stability (in terms of API/ABI etc) we can expect from new QCoro versions.
We can probably live without ABI stability, but a (reasonably) stable API would be appreciated.
The readme says "This is a rather experimental library that helps me to understand coroutines in C++." Is that still accurate or has the project matured since writing that?
The text was updated successfully, but these errors were encountered: