zserge / lua-promises

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

why not use lua_pop? #9

Open Lafree317 opened 6 years ago

Lafree317 commented 6 years ago

if use pcall must use lua_pop to release stack why not use lua_pop?