Changelog
Added
Future.new()
constructor functionResult: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