facebookexperimental / facebookexperimental/libunifex
Make `thread_unsafe_event_loop::run_until_empty` public
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
Title. The reasoning for this is that sometimes work is submitted into a event-processing thread externally and therefore the sender-receiver machinery in `thread_unsafe_event_loop::sync_wait` is not needed.
P.S. Why is the sender template parameter in sync_wait not constrained to be an actual sender?
Contributor guide
Assessment
This issue has not been assessed yet.