input_messages

Function input_messages 

Source
pub fn input_messages() -> &'static Receiver<GeneralMessage>
Expand description

The Pink standard input messages channel. Think of it as a stdin of a normal process.

When the sidevm instance is being killed, the tx in the runtime is droped while the instance is running. At this time the rx-end might receive a None which indicate the tx-end has been closed.