[][src]Crate aiur

Structs

Runtime

Functions

with_runtime

Runs the async function and polls the returned future under aiur runtime. The function is something like async fn foo(rt: &Runtime) -> Result. Note, that it currently does not work with the closures because of lifetime elision problem.