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
Fix a race condition between registering a callback and completing a request
Using atomic swap operations we make sure that a thread completing
a request will atomically mark it for the thread registering a callback.
Similarly, the thread registering a callback will register it atomically
and check for whether the request has completed.
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments