We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3171cf commit 48db681Copy full SHA for 48db681
CHANGELOG.md
@@ -944,6 +944,9 @@ This is a patch release that fixes:
944
- Add `debugName` positional parameter to `ReceivePort` and `RawReceivePort`
945
constructors, a name which can be associated with the port and displayed in
946
tooling.
947
+- Introduce `Isolate.exit([port, message])` which terminates current isolate
948
+ and, if `port` is specified, as a last action sends out the `message` out to
949
+ that `port`.
950
951
#### `dart:html`
952
0 commit comments