mirror of
https://github.com/janet-lang/janet
synced 2025-12-12 11:38:08 +00:00
Add cancel function.
This should allow better stack unwinding on a fiber that no longer needs to complete.
This commit is contained in:
@@ -1131,6 +1131,7 @@ enum JanetOpCode {
|
||||
JOP_NEXT,
|
||||
JOP_NOT_EQUALS,
|
||||
JOP_NOT_EQUALS_IMMEDIATE,
|
||||
JOP_CANCEL,
|
||||
JOP_INSTRUCTION_COUNT
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user