synonym for read.
synonym for read.
instance of gopher API
async version of read.
async version of read. Immediatly return future, which will contains result of read or failur with StreamClosedException in case of stream is closed.
return feature which contains sequence from first n
elements.
return feature which contains sequence from first n
elements.
apply f, when input will be ready and send result to API processor
run f
each time when new object is arrived.
run f
each time when new object is arrived. Ended when input closes.
must be inside go/async/action block.
read object from channel.
read object from channel. Must be situated inside async/go/action block.
Input, which combine two other inputs.
can be created with '|' operator.
val x = read(x|y)