AppendReadChannel
Input, which reed from the first channel, and after first channel is closed - from second
Input, which reed from the first channel, and after first channel is closed - from second
can be created with 'append' operator.
val x = read(x|y)
Type members
Classlikes
Inherited classlikes
Value members
Concrete methods
Inherited methods
async version of read. Immediatly return future, which will contains result of read or failur with StreamClosedException in case of stream is closed.
async version of read. Immediatly return future, which will contains result of read or failur with StreamClosedException in case of stream is closed.
- Inherited from
- ReadChannel
return F which contains sequence from first n
elements.
return F which contains sequence from first n
elements.
- Inherited from
- ReadChannel
run code each time when new object is arriced. until end of stream is not reached
run code each time when new object is arriced. until end of stream is not reached
- Inherited from
- ReadChannel