fn failure_code(timed_out: &Arc<AtomicBool>, default_code: &str) -> StringExpand description
The error code for a failed Lua call: LUA_TIMEOUT when the deadline
tripped, otherwise the caller’s code for that failure site.
fn failure_code(timed_out: &Arc<AtomicBool>, default_code: &str) -> StringThe error code for a failed Lua call: LUA_TIMEOUT when the deadline
tripped, otherwise the caller’s code for that failure site.