We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15c2b4 commit 4e5f137Copy full SHA for 4e5f137
doc/sagittarius/continuations.md
@@ -32,6 +32,15 @@ approximately the same as like this:
32
(call-with-continuation-prompt thunk tag #f)
33
```
34
35
+###### [!Function] `continuation-prompt-available?` _tag_ :optional (_cont_ #f)
36
+
37
+Returns if the prompt with _tag_ is available in the continuation.
38
39
+If _cont_ is `#f` or omit, then it checks the current continuation.__
40
+Otherwise, _cont_ must satisfy `continuation?`, then check the given
41
+continuation.
42
43
44
###### [!Function] `abort-current-continuation` _tag_ . _args_
45
###### [!Function] `abort/cc` _tag_ . _args_
46
0 commit comments