/oc-wasm-futures

Futures that allow async/await to be used in OC-Wasm for a more ergonomic experience

Primary LanguageRust

Moved

This crate is published separately but is no longer maintained in its own Git repository. It is now part of oc-wasm-rust.

About

OC-Wasm-futures provides a collection of async futures for use in Rust code running on OpenComputers computers running the OC-Wasm architecture. These futures are designed to work with any async executor and provide more ergonomic ways to handle sleeping and making method calls.