Comment on FoundationDB's Flow – Bringing Actor-Based Concurrency to C++11parentComments−pjmlp2moIs it? Senders/receivers is based on NVidias experience using them on CUDA.Naturally I haven't followed them that much, given how far away C++26 is from being usable for portable code.Compilers are finally getting good enough with C++20 support for updating the default version.−mgaunard2moThere is no shared lineage here. Some of the people who worked on sender/receivers indeed also worked at Nvidia on Thrust, which never had anything to do with coroutines.
Comments
Is it? Senders/receivers is based on NVidias experience using them on CUDA.
Naturally I haven't followed them that much, given how far away C++26 is from being usable for portable code.
Compilers are finally getting good enough with C++20 support for updating the default version.
There is no shared lineage here. Some of the people who worked on sender/receivers indeed also worked at Nvidia on Thrust, which never had anything to do with coroutines.