File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 * Introduced ` withTimeoutOrNull ` function.
3131 * Implemented ` onTimeout ` clause for ` select ` expressions.
3232 * Fixed spurious concurrency inside ` withTimeout ` blocks on their cancellation.
33- * Changed the behavior of ` withTimeout ` when ` CancellationException ` is suppressed inside the block. The
34- invocation of ` withTimeout ` now always returns the result of the execution of its inner block.
33+ * Changed behavior of ` withTimeout ` when ` CancellationException ` is suppressed inside the block.
34+ Invocation of ` withTimeout ` now always returns the result of execution of its inner block.
3535* The ` channel ` property in ` ActorScope ` is promoted to a wider ` Channel ` type, so that an actor
3636 can have an easy access to its own inbox send channel.
3737* Renamed ` Mutex.withMutex ` to ` Mutex.withLock ` , old name is deprecated.
You can’t perform that action at this time.
0 commit comments