Module gain_lep::stream[][src]

Expand description

I/O stream bindings.

Functions

close

The close function.

receive

The <- function.

register

Register all stream function.

register_close

Register the close function.

register_receive

Register the <- function.

register_send

Register the -> function.

send

The -> function.

Type Definitions

ReadStreamRef

Input stream object.

ReadWriteStreamRef

Bidirectional stream object.

WriteStreamRef

Output stream object.