From 768c2b6a5b7815db247073685c4a35b7193cfc88 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 18 Mar 2026 21:39:55 +0000 Subject: [PATCH] Export call-with-temporary-thread --- knots.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knots.scm b/knots.scm index 304931e..ed353f1 100644 --- a/knots.scm +++ b/knots.scm @@ -26,6 +26,8 @@ print-backtrace-and-exception/knots + call-with-temporary-thread + spawn-fiber/knots)) (define (call-with-default-io-waiters thunk)