You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be super amazing if Tasks could temporarily preclude the execution of Task callbacks not related to the current Task, while still enabling asynchronous execution of related (child?) Tasks.
A naive implementation could simply postpone excluded callbacks until later, but a more efficient implementation would wait to signal those excluded callbacks until they have a chance of executing, once the transaction has completed.
The text was updated successfully, but these errors were encountered:
It would be super amazing if
Task
s could temporarily preclude the execution ofTask
callbacks not related to the currentTask
, while still enabling asynchronous execution of related (child?)Task
s.A naive implementation could simply postpone excluded callbacks until later, but a more efficient implementation would wait to signal those excluded callbacks until they have a chance of executing, once the transaction has completed.
The text was updated successfully, but these errors were encountered: