evaera / roblox-lua-promise

Promise implementation for Roblox
https://eryn.io/roblox-lua-promise/
MIT License
275 stars 74 forks source link

Change Promise.delay into a task.delay wrapper #83

Closed Validark closed 1 year ago

Validark commented 2 years ago

This PR offloads the Promise.delay function onto the Roblox Engine's thread scheduler via task.delay