[][src]Function creepypasta::nosleep

pub fn nosleep<F: Future>(f: F) -> F::Output

Attempt to resolve a future immediately. If the future is not ready, this function panics.