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
Task.await is easy to reach for but its type signature makes it look like all tasks involved need to have the same error type. In reality errors are automatically combined with open tag unions. This situation is worth an example because I imagine this could be a common question.
The text was updated successfully, but these errors were encountered:
Task.await
is easy to reach for but its type signature makes it look like all tasks involved need to have the same error type. In reality errors are automatically combined with open tag unions. This situation is worth an example because I imagine this could be a common question.The text was updated successfully, but these errors were encountered: