menu
anyhow package
documentation
rust.dart
IsolateSender<T> class
IsolateSender<T> class
dark_mode
light_mode
IsolateSender<
T
>
class
Inheritance
Object
Sender
<
T
>
IsolateSender
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
close
(
)
→ void
Closes the port on the isolate. Good practice to call, otherwise the port will eventually close on it's own when this goes out of scope. Calling may result in the port closing before previous
send
operations have succeeded.
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send
(
T
data
)
→ void
Sends the
data
to the isolate, the isolate may or may not receive the data depending on if the isolate has terminated or
close
has been called.
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
anyhow package
documentation
rust
IsolateSender<T> class
rust library