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
Hi,
Are there any plans for cancellation token support in the async API? I think this would be a nice addition.
One suggestion would be to add it as a new overloads to the async extension methods as other ORMs like NHibernate.
In case support is missing in underlying libraries an option can be to just use cancellationToken.ThrowIfCancellationRequested();
Thanks
Thomas
The text was updated successfully, but these errors were encountered:
Hi,
Are there any plans for cancellation token support in the async API? I think this would be a nice addition.
One suggestion would be to add it as a new overloads to the async extension methods as other ORMs like NHibernate.
In case support is missing in underlying libraries an option can be to just use
cancellationToken.ThrowIfCancellationRequested();
Thanks
Thomas
The text was updated successfully, but these errors were encountered: