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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Avoid using Result to obtain the result of an async call, this can
cause a deadlock if the Result is evaluated on the main thread
while the main thread is being pumped (which can happen in the tests
because there's no actual threading going on, everything is going
through the main thread)
0 commit comments