Function aoko::standard::functions::fun::wait_enter[][src]

pub fn wait_enter()
Expand description

Breaks loop when command line input is empty. (Press Enter to exit.)

Usually used in command line program as .exe file on Windows to prevent it from exiting directly.