Module rquickjs_core::promise
source · Expand description
Javascript promises and future integration.
Structs§
- A type which behaves like a promise but can wrap any javascript value.
- MaybePromiseFuture
futuresFuture-aware maybe promise - A JavaScript promise.
- PromiseFuture
futuresFuture-aware promise - Promised
futuresWrapper for futures to convert to JS promises
Enums§
- The execution state of a promise.