class IOStream

Stream of external side-effects.

Unlike other Streams, this is not updated/set by an Op instace, but is continuously polled for changes by the runtime and may mark itself as dirty at any point in time. All runtime execution happens due to IOStream updates, which ripple through the Result tree.

index

iostream interface

details

iostream interface