Skip to content

Luau Future v1.1.0

Latest
Compare
Choose a tag to compare
@YetAnotherClown YetAnotherClown released this 04 Sep 07:20
· 1 commit to main since this release

Changelog

Added

  • Future.new() constructor function
  • Result:unwrap() method for returning the stored value in the Result

Changed

  • Documentation now better reflects the goals and uses of Futures
  • Documentation to favor use of explicit creation of Futures with Future.new()
  • Documentation to favor use of explicit return of values from Result with Result:unwrap()

Fixed

  • Several mistakes within the documentation