-
Notifications
You must be signed in to change notification settings - Fork 489
Description
If @lewissbaker decide to stop actively maintain this repo, anyone would like to keep it going?
This is the most promising coro library till now I have seen, thanks for the great work!
I saw new PR's for cmake/gcc/network support, it'll never get merged if no experts are actively taking in charge of this repo.
What I searched from reddit:
[fake_ben] cppcoro development seems pretty dead, wouldn't recommend that one. The only thing I'm able to use it for is generators.
[lewissbaker] My apologies, I haven't been spending a lot of time on cppcoro lately.
I'm glad at least the generators is useful for you :)
I still try to merge contributions where possible.
Most of my more recent coroutine developments have been in folly::coro (the coroutine support parts of folly) and more recently in libunifex, which I believe has some better foundations for an async framework than cppcoro.