mirror of
https://github.com/lua/lua
synced 2025-02-07 00:34:00 +03:00
![Roberto Ierusalimschy](/assets/img/avatar_default.png)
When, inside a coroutine, a C function with to-be-closed slots return, the corresponding metamethods can yield. ('__close' metamethods called through 'lua_closeslot' still cannot yield, as there is no continuation to go when resuming.)