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
Wait on task instead of while loop with 1ms delay. (#790)
Optimize waiting on tests to finish in ThreadlessXunitTestRunner.
Instead of while loop with checking on ManualResetEvent every 1ms,
use TaskCompletionSource triggered from DelegatingExecutionSummarySink completed callback.
0 commit comments