RecvEmpty<T> class
final
The channel is alive; its buffer is empty right now.
Canon's Z_CHANNEL_NODATA, whose own words are: "the channel is still
alive, but its buffer is empty" -- so a later call may well succeed. This
is the "back off and try again" arm of a polling loop, never a reason to
stop.
Never produced by a blocking receive, which waits instead of reporting an empty buffer.
- Inheritance
-
- Object
- RecvResult<
T> - RecvEmpty
Constructors
- RecvEmpty()
-
The alive-but-empty state carries no payload.
const
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited