Type Definition deno_core::OpAsyncFuture[][src]

type OpAsyncFuture = Pin<Box<dyn Future<Output = (PromiseId, OpResponse)>>>;