-
Notifications
You must be signed in to change notification settings - Fork 228
Initial implementation of new task system #7269
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
Conversation
A design point from an in-person discussion, recorded here for posterity + future consideration: The current For example, we only allow executions like the following currently:
We might instead want to support something like this:
I think this should be simple enough to add, as another container-type on top of the existing task system, but I'll aim to derisk that before merging this. |
I've added a |
Just implementation and tests, not used in any real system yet.