Reciever<T> class
Properties
Methods
-
iter(
) → RIterator< T> - Returns an RIterator that drains the current buffer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recv(
) → Future< Result< T, RecvError> > - Attempts to wait for a value on this receiver, returning Err of:
-
recvTimeout(
Duration timeLimit) → Future< Result< T, RecvTimeoutError> > - Attempts to wait for a value on this receiver with a time limit, returning Err of:
-
stream(
) → Stream< T> - Returns a Stream of values ending once DisconnectedError is yielded.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited