Skip to content

Luau Futures v2.0.0-beta.3

Latest
Compare
Choose a tag to compare
@YetAnotherClown YetAnotherClown released this 28 Dec 03:46
· 3 commits to main since this release

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.