Struct chakracore::value::promise::Executor [] [src]

pub struct Executor { /* fields omitted */ }

A JavaScript promise executor.

Methods

impl Executor
[src]

Consumes the Executor and fulfills the associated promise.

Consumes the Executor and rejects the associated promise.