Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Upgrade to Promise 3.0.0 #180

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

Upgrade the Roblox Lua Promise to the newest v3 version. From what I can tell, this is still backwards-compatible. Although the biggest change is that Promise.new can yield, thus core AGF code should also be changed to use Promise.new instead of Promise.Async.