yieldValue

Yield a value to the caller of the currently executing generator task. The type of the yielded value and of type of the generator must be the same;

void
yieldValue
(
T
)
(
auto ref T value
)

Meta