Function nbdkit::is_stdio_safe

source ·
pub fn is_stdio_safe() -> bool
Expand description

Is it safe to interact with stdin and stdout during the configuration phase?

This function is only relevant up through config_complete. After the configuration phase, the client should assume that stdin and stdout have been closed.