Notification for data arriving via an input stream.
interface ref InputNotify
Called when data is available on the stream.
fun ref apply( data: Array[U8 val] iso) : None val
Called when no more data will arrive on the stream.
fun ref dispose() : None val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-InputNotify