evaera / roblox-lua-promise

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

Accept callable tables, in addition to functions #72

Closed matthargett closed 2 years ago

matthargett commented 3 years ago
evaera commented 3 years ago

This change looks good. Could we add a unit test in init.spec.lua that uses a few callable tables as test cases?

evaera commented 2 years ago

Implemented in 4e04458816c60352875b1f69356d27c88b71fecc instead.