There was an error while loading. Please reload this page.
VmState
1 parent b64da48 commit 6b19eebCopy full SHA for 6b19eeb
1 file changed
src/types.rs
@@ -67,6 +67,7 @@ pub(crate) type AsyncCallbackUpvalue = Upvalue<AsyncCallback>;
67
pub(crate) type AsyncPollUpvalue = Upvalue<Option<BoxFuture<'static, Result<c_int>>>>;
68
69
/// Type to set next Lua VM action after executing interrupt or hook function.
70
+#[non_exhaustive]
71
pub enum VmState {
72
Continue,
73
/// Yield the current thread.
0 commit comments