Module uniffi::ffi::rustfuture
Enums
- Result code for rust_future_poll. This is passed to the continuation function.
Functions
- Cancel a Rust future
- Complete a Rust future
- Free a Rust future, dropping the strong reference and releasing all references held by the future.
- Create a new Handle for a Rust future
- Poll a Rust future
Type Definitions
- Foreign callback that’s passed to rust_future_poll