[][src]Function shalc::wait_for

pub fn wait_for(
    what: impl Fn() -> bool,
    timeout: Option<Duration>,
    check_period: Duration
) -> bool