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
At least for fetching events, it would make sense to support cancellation, i.e. to have overloads accepting a CancellationToken.
It might make sense for committing events as well, although we'd have to think carefully about the semantics of when cancelling is allowed and when it's not.
The text was updated successfully, but these errors were encountered:
At least for fetching events, it would make sense to support cancellation, i.e. to have overloads accepting a
CancellationToken
.It might make sense for committing events as well, although we'd have to think carefully about the semantics of when cancelling is allowed and when it's not.
The text was updated successfully, but these errors were encountered: