Type Alias boa_engine::job::FutureJob

source ·
pub type FutureJob = Pin<Box<dyn Future<Output = NativeJob> + 'static>>;
Expand description

The Future job passed to the JobQueue::enqueue_future_job operation.

Aliased Type§

struct FutureJob { /* private fields */ }