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 909a05c commit f8295faCopy full SHA for f8295fa
sdk/lib/isolate/isolate.dart
@@ -624,7 +624,9 @@ abstract class SendPort implements Capability {
624
* In the special circumstances when two isolates share the same code and are
625
* running in the same process (e.g. isolates created via [Isolate.spawn]), it
626
* is also possible to send object instances (which would be copied in the
627
- * process). This is currently only supported by the dart vm.
+ * process). This is currently only supported by the
628
+ * [Dart Native](https://dart.dev/platforms#dart-native-vm-jit-and-aot)
629
+ * platform.
630
*
631
* The send happens immediately and doesn't block. The corresponding receive
632
* port can receive the message as soon as its isolate's event loop is ready
0 commit comments