YieldingResult

data class YieldingResult<Shared, Return>(val toSend: Shared, val toReturn: Return)

Specifies the value toSend and the value toReturn of a yielding operator.

Constructors

Link copied to clipboard
constructor(toSend: Shared, toReturn: Return)

Properties

Link copied to clipboard
Link copied to clipboard