wait_on

Function wait_on 

Source
pub fn wait_on(
    graph: Arc<Mutex<Graph>>,
    port: u32,
    timeout: Option<u32>,
) -> Result<(), Error>