Class ReadCase<T>Sealed

Type Parameters

  • T

Hierarchy

  • ReadCase

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

ch: Chan<T>
read_?: IteratorResult<T, any>

Accessors

Methods

  • Returns the value read by the case, throws an exception if the case is not ready

    Throw

    ChannelException

    • ChannelCause.ReadCase

    Returns [undefined, false] | [T, true]

Generated using TypeDoc