hpx
hpx copied to clipboard
Implement p2079 on top of our senders receivers
As we are in the midst of implementing p2300 and new means of asynchronous execution (senders/receivers) with #5045, p2079 adds on top of it by presenting facilities that default the access to system thread pool and ease the usage of custom thread pools. The main puprose is for the senders receivers to carry a default execution context and scheduler.
The two facilites to be implemented are:
system_contextsystem_scheduler
and need to bind properly with our existing senders/receivers implementations.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.