0.11.0
Added
- New synchronization mode
AwaitCompletionOrPassThroughIfQueueClosed
added that falls back toPassThrough
if the invocation queue has been closed. This is the recommended way forDisposeAsync()
methods to avoid deadlocks on app shutdown.