Description
IGNITE-4887 introduces support for async transaction continuations (start tx in one thread, perform async cache update, continue transaction in async continuation).
This should allow us to support TransactionScopeAsyncFlowOption.Enabled (msdn) with TransactionScope.
Attachments
Issue Links
- is blocked by
-
IGNITE-4887 Support transaction continuation in another thread
- In Progress