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
Verify that if CompletionRequirement completes async async but completes immediately before the status is returned and checked by the caller doesn't break things
#186
Open
marcpalmer opened this issue
Sep 4, 2018
· 0 comments
Usually this should be fine given the CompletionRequirement queue will be the queue the caller used to perform the action synchronously via the dispatcher. However there may be issues if those queues differ - Can we trap/warn if that is the case?
The text was updated successfully, but these errors were encountered:
marcpalmer
changed the title
Verify that CompletionRequirement async completion immediate before status return doesn't break things
Verify that CompletionRequirement async completion immediately before status return doesn't break things
Jan 20, 2019
marcpalmer
changed the title
Verify that CompletionRequirement async completion immediately before status return doesn't break things
Verify that if CompletionRequirement completes async async but completes immediately before the status is returned and checked by the caller doesn't break things
May 10, 2019
Usually this should be fine given the CompletionRequirement queue will be the queue the caller used to perform the action synchronously via the dispatcher. However there may be issues if those queues differ - Can we trap/warn if that is the case?
The text was updated successfully, but these errors were encountered: