Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement p2079 on top of our senders receivers #5753

Open
gonidelis opened this issue Jan 25, 2022 · 1 comment · May be fixed by #6089
Open

Implement p2079 on top of our senders receivers #5753

gonidelis opened this issue Jan 25, 2022 · 1 comment · May be fixed by #6089
Labels
category: executors category: senders/receivers Implementations of the p0443r14 / p2300 + p1897 proposals project: GSoC tag: pinned Never close as stale

Comments

@gonidelis
Copy link
Contributor

gonidelis commented Jan 25, 2022

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_context
  • system_scheduler

and need to bind properly with our existing senders/receivers implementations.

@gonidelis gonidelis added category: executors project: GSoC category: senders/receivers Implementations of the p0443r14 / p2300 + p1897 proposals labels Jan 25, 2022
@stale
Copy link

stale bot commented Aug 13, 2022

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.

@stale stale bot added the tag: wontfix label Aug 13, 2022
@hkaiser hkaiser added tag: pinned Never close as stale and removed tag: wontfix labels Aug 15, 2022
@hkaiser hkaiser linked a pull request Nov 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: executors category: senders/receivers Implementations of the p0443r14 / p2300 + p1897 proposals project: GSoC tag: pinned Never close as stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants