Expand description
Javascript promises and future integration.
Structs§
- Maybe
Promise - A type which behaves like a promise but can wrap any javascript value.
- Maybe
Promise Future futures - Future-aware maybe promise
- Promise
- A JavaScript promise.
- Promise
Future futures - Future-aware promise
- Promised
futures - Wrapper for futures to convert to JS promises
Enums§
- Promise
Hook Type - The type of promise event.
- Promise
State - The execution state of a promise.