From 025449ea0d0f8e4742e6a96a5eacecf514c4002c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 7 Feb 2025 10:43:24 +0000 Subject: [PATCH] Remove the fiberize show-backtrace? option This is no longer relevant now that the stack is added to the compound exception. --- knots/parallelism.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/knots/parallelism.scm b/knots/parallelism.scm index 41ae676..fc3d039 100644 --- a/knots/parallelism.scm +++ b/knots/parallelism.scm @@ -238,8 +238,7 @@ #f)))) channels-to-results)))))))) -(define* (fiberize proc #:key (parallelism 1) - (show-backtrace? (const #t))) +(define* (fiberize proc #:key (parallelism 1)) (let ((channel (make-channel))) (for-each (lambda _