Skip to content

InputStream

[Source]

Asynchronous access to some input stream.

interface tag InputStream

Public Behaviours

apply

[Source]

Set the notifier. Optionally, also sets the chunk size, dictating the maximum number of bytes of each chunk that will be passed to the notifier.

be apply(
  notify: (InputNotify iso | None val),
  chunk_size: USize val = 32)

Parameters


dispose

[Source]

Clear the notifier in order to shut down input.

be dispose()