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.
It would be super amazing if
Tasks could temporarily preclude the execution ofTaskcallbacks not related to the currentTask, 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.