builtin InputNotify - tadashi9e/gmp4pony GitHub Wiki
Notification for data arriving via an input stream.
interface ref InputNotifyCalled when data is available on the stream.
fun ref apply(
data: Array[U8 val] iso)
: None val- None val
Called when no more data will arrive on the stream.
fun ref dispose()
: None val- None val