Skip to content

YieldReading

[Source]

Returned from _on_received to stop the read loop after this message, giving other actors a turn. Reading resumes on its own in the next scheduler turn.

Unlike mute(), which stops reading until unmute() reverses it, this is a one-shot pause.

primitive val YieldReading

Constructors

create

[Source]

new val create()
: YieldReading val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: YieldReading val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: YieldReading val)
: Bool val

Parameters

Returns