Sendable<M, A> mixin

A handle to an Actor which can be sent to other actors.

Unlike an Actor, a Sendable cannot be closed, hence only the original creator of an Actor is able to close it.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(M message) Future<A>
Send a message and get a Future to receive the answer at some later point in time, asynchronously.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited