[][src]Function naja_async_runtime::rt::run

pub fn run()

Run all spawned futures to completion. This is a no-op for the threadpool. However you must run this after spawning on the local pool or futures won't be polled. Do not call it from within a spawned task, or your program will hang or panic.