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
This is really easy to add until you consider FailEvents. Unfortunately, the semantics start to break down because fail events generic types are ignored when chained together with other events. This makes sense because fail events never return a value; they either throw an exception if they occur, or they return null after the timeout.
The text was updated successfully, but these errors were encountered:
Essentially, a "where" clause...
This is really easy to add until you consider
FailEvents
. Unfortunately, the semantics start to break down because fail events generic types are ignored when chained together with other events. This makes sense because fail events never return a value; they either throw an exception if they occur, or they return null after the timeout.The text was updated successfully, but these errors were encountered: