Error handling
Can handle errors just like normal functions.
Golang-like defer
luacoro.defer
works like Golang's defer.
Useful to clean up scene scoped resources.
Defer functions must be normal functions.
Not yield
able within them.
Can handle errors just like normal functions.
luacoro.defer
works like Golang's defer.
Useful to clean up scene scoped resources.
Defer functions must be normal functions.
Not yield
able within them.