NVIDIA / stdexec

`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
Apache License 2.0
1.56k stars 159 forks source link

Propose scheduler queries for synchronization primitives (?) #842

Closed ericniebler closed 1 year ago

ericniebler commented 1 year ago

This is a suggestion from @dietmarkuehl. A strand scheduler might not want the algorithms to use locks and atomics for synchronization, for instance. Needs design work.

smurzin commented 1 year ago

Sorry, was just passing by - looks like there was an older issue identical to this one https://github.com/NVIDIA/stdexec/issues/690

ericniebler commented 1 year ago

Indeed. Thanks, closing as a dupe.