Crate stdin_receiver

Source
Expand description

A structure to help read from stdin in a separate thread, and a method to halt execution.

Structs§

StdInReceiver
A structure which provides an entrypoint to receive and halt a thread to read from stdin.

Enums§

StdInReceiverError
An error representing a variety of outcomes.