Function namaste::make_wait

source ·
pub async fn make_wait<B>(id: B, timeout: Duration) -> Result<Namaste>
where B: AsRef<[u8]>,
Available on (Android or L4Re or Linux or Windows) and crate feature async-std only.
Expand description

§Tries to make a Namaste

If the same ID is in use, waits and tries again until timed out.