Skip to content

Luau Futures v2.0.0-beta.1

Latest
Compare
Choose a tag to compare
@YetAnotherClown YetAnotherClown released this 29 Nov 05:32

Important

After almost two years of being the oldest Futures implementation on Wally,
Luau Futures v2.0.0 has released, with several key changes.

Importantly, the Wally scope has been changed to yetanotherclown/luau-futures.
If you are still using the v1.x.x Future library make sure to update your wally.toml to upgrade.

This library has gotten a massive upgrade, aligning itself more closely to the Rust Futures crate.

It includes many new methods, identical in design and behavior to Rust futures, unit tests, type checking, and more. It is suggested you take a look at the updated Documentation Site to learn more.