mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +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:
		| @@ -73,6 +73,7 @@ static const JanetInstructionDef janet_ops[] = { | ||||
|     {"call", JOP_CALL}, | ||||
|     {"clo", JOP_CLOSURE}, | ||||
|     {"cmp", JOP_COMPARE}, | ||||
|     {"cncl", JOP_CANCEL}, | ||||
|     {"div", JOP_DIVIDE}, | ||||
|     {"divim", JOP_DIVIDE_IMMEDIATE}, | ||||
|     {"eq", JOP_EQUALS}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose