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
The staging process involves cloning the receiver-execution, but that is a direct clone operation with no muss nor fuss. This isn't safe, nor sane. We need to re-design the reactor slightly such that every single staging basically includes an implicit read-ownership-request for the receiver that would be staged.
Similarly, but less-complicatedly, the default receiver for executions clones the receiving execution and stages it. That cloning should itself acquire read-ownership.
The text was updated successfully, but these errors were encountered:
The staging process involves cloning the receiver-execution, but that is a direct clone operation with no muss nor fuss. This isn't safe, nor sane. We need to re-design the reactor slightly such that every single staging basically includes an implicit read-ownership-request for the receiver that would be staged.
Similarly, but less-complicatedly, the default receiver for executions clones the receiving execution and stages it. That cloning should itself acquire read-ownership.
The text was updated successfully, but these errors were encountered: