Skip to content

0.11.0

Compare
Choose a tag to compare
@thedmi thedmi released this 07 Mar 08:35
· 84 commits to master since this release
19c8286

Added

  • New synchronization mode AwaitCompletionOrPassThroughIfQueueClosed added that falls back to PassThrough if the invocation queue has been closed. This is the recommended way for DisposeAsync() methods to avoid deadlocks on app shutdown.