a6285fda39
Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines.
3 lines
150 B
Text
3 lines
150 B
Text
Coxpcall encapsulates the protected calls with a coroutine based
|
|
loop, so errors can be dealed without the usual pcall/xpcall issues
|
|
with coroutines.
|