]> gitweb.factorcode.org Git - factor.git/commitdiff
Adding coreset to description in comments
authorJames Cash <james.nvc@gmail.com>
Tue, 11 Nov 2008 07:31:37 +0000 (02:31 -0500)
committerJames Cash <james.nvc@gmail.com>
Tue, 11 Nov 2008 07:33:19 +0000 (02:33 -0500)
extra/coroutines/coroutines.factor

index 096e214bd2dfaecdccb953ef0044aa04011d1fc6..51276336e352bfadc0e6b008ea70747a6442bd88 100644 (file)
@@ -21,7 +21,7 @@ TUPLE: coroutine resumecc exitcc originalcc ;
     >>exitcc
     resumecc>> call
     #! At this point, the coroutine quotation must have terminated
-    #! normally (without calling coyield or coterminate). This shouldn't happen.
+    #! normally (without calling coyield, coreset, or coterminate). This shouldn't happen.
     f over
   ] callcc1 2nip ;