shortcut for blocking write.
shortcut for blocking write.
shortcut for blocking write.
shortcut for blocking write.
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
apply f and send result to channels 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.
'blocking' write of 'a' to channel.
'blocking' write of 'a' to channel. Note, that this method can be called only inside 'go' or 'async' blocks.