synonym for read.
synonym for read.
instance of gopher API
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, 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.
Future[A], represented as input which produce a value when completed, after this closes. If evaluation of feature is unsuccessful (i.e. failure), than appropriative exception is thrown during reading.
Can be obtained from gopherApi.
Also it is possiblt to direclty read from future in case guard: