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 a11bd0c commit 157641dCopy full SHA for 157641d
sdk/lib/isolate/isolate.dart
@@ -720,7 +720,9 @@ abstract class SendPort implements Capability {
720
/// - [List], [Map], [LinkedHashMap], [Set] and [LinkedHashSet]
721
/// - [TransferableTypedData]
722
/// - [Capability]
723
- /// - [SendPort] instances returned by [ReceivePort]'s `sendPort` getter
+ /// - [SendPort] instances from [ReceivePort.sendPort] or
724
+ /// [RawReceivePort.sendPort] where the receive ports are created
725
+ /// using those classes' constructors.
726
/// - Instances of [Type] representing one of the types mentioned above,
727
/// `Object`, `dynamic`, `void` and `Never` as well as nullable variants
728
/// of all these types. For generic types type arguments must be sendable
0 commit comments