zserge / lua-promises

A+ promises in Lua
https://zserge.com/lua-promises/
MIT License
222 stars 35 forks source link

Tracking hanging chains #11

Open AMD-NICK opened 2 years ago

AMD-NICK commented 2 years ago

If for some reason the :reject or :resolve method fails to execute, the chain silently stops executing. Is there any way to identify such problematic places without inserting watchdogs over all code?