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 30
30
* Introduced ` withTimeoutOrNull ` function.
31
31
* Implemented ` onTimeout ` clause for ` select ` expressions.
32
32
* 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.
35
35
* The ` channel ` property in ` ActorScope ` is promoted to a wider ` Channel ` type, so that an actor
36
36
can have an easy access to its own inbox send channel.
37
37
* Renamed ` Mutex.withMutex ` to ` Mutex.withLock ` , old name is deprecated.
You can’t perform that action at this time.
0 commit comments