Function winput::message_loop::stop[][src]

pub fn stop()
Expand description

Stops the message loop.

After calling this function, using the EventReceiver will always result in a panic.

Be careful, if another libary already created a message loop, this function will still stop it.