facebookexperimental / facebookexperimental/libunifex
Enforcing blocking_kind for stop_when source sender
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
Should the `blocking_kind` of the `source` of `stop_when` to be enforced as `never`? Since if the source sender is blocking, the `trigger` operation would never start until the `source` operation finishes, which defeat the purpose of the algorithm.
Contributor guide
Assessment
This issue has not been assessed yet.