StdinNotify [Src]

Notification for data arriving via stdin.

interface ref StdinNotify

Public Functions

apply [Src]

Called when data is available on stdin.

fun ref apply(
  data: Array[U8 val] iso)
: None val

Parameters

Returns


dispose [Src]

Called when no more data will arrive on stdin.

fun ref dispose()
: None val

Returns