Remove the fiberize show-backtrace? option

This is no longer relevant now that the stack is added to the compound
exception.
This commit is contained in:
Christopher Baines 2025-02-07 10:43:24 +00:00
parent b0d8618705
commit 025449ea0d

View file

@ -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 _