Skip to content
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

Does anyone still maintain this library under their own branch? #208

Open
nqf opened this issue Dec 2, 2021 · 11 comments
Open

Does anyone still maintain this library under their own branch? #208

nqf opened this issue Dec 2, 2021 · 11 comments

Comments

@nqf
Copy link

nqf commented Dec 2, 2021

The library seems to have been abandoned

@duckdoom5
Copy link

So far the only one I found is this one: https://github.com/andreasbuhr/cppcoro

But that seems to also be no longer maintained

@andreasbuhr
Copy link
Contributor

Yes, I am sorry. Would be great if someone picked it up.

@nqf
Copy link
Author

nqf commented Dec 13, 2021

So far the only one I found is this one: https://github.com/andreasbuhr/cppcoro

But that seems to also be no longer maintained

It's a pity that this library has been abandoned

@goto40
Copy link

goto40 commented Dec 17, 2021

Yes, I am sorry. Would be great if someone picked it up.

Is there an alternative to this lib somewhere at the moment?

@AliKaf
Copy link

AliKaf commented Jan 10, 2022

Indeed a pitty. Today I found this https://github.com/David-Haim/concurrencpp
Maybe that's you (and me) might build on...

@goto40
Copy link

goto40 commented Jan 10, 2022

You may also have a look at https://github.com/facebookexperimental/libunifex

@AliKaf
Copy link

AliKaf commented Jan 12, 2022

Thanks!
Do you have experience with this library? Can I use it as a coroutine library without changing my paradigm to sender/receiver (at least for a first shot)?

@goto40
Copy link

goto40 commented Jan 12, 2022

Thanks! Do you have experience with this library? Can I use it as a coroutine library without changing my paradigm to sender/receiver (at least for a first shot)?

I just discovered it... No experience

@ladnir
Copy link

ladnir commented Feb 21, 2022

I'm also working on this https://github.com/ladnir/macoro A subset of this library along with c++14 support.

@devillove084
Copy link

@Thalhammer
Copy link

Not quite a 100% replacement, but a project with a very similar objective is asyncpp. It also comes with extensions for interfacing with curl, grpc and io_uring.

The core library is header only and tested on Windows, Linux and MacOS to ensure it supports as many compilers/environments as possible. It is used in a number of internal projects, so I will almost certainly support it for a long time going forward. It is allocator ready and comes with some extra helpers (like a reference counting type, pointer tagging, etc).

Its not as feature complete as cppcoro or some of the earlier mentioned libraries, but it is complete enough (at least for me) and I am open to any improvements/addition someone wants to add.

Disclamer: I wrote it, so my view might be biased.

Pinging people that might care: @nqf @duckdoom5 @andreasbuhr @devillove084

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants