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:
parent
b0d8618705
commit
025449ea0d
1 changed files with 1 additions and 2 deletions
|
@ -238,8 +238,7 @@
|
||||||
#f))))
|
#f))))
|
||||||
channels-to-results))))))))
|
channels-to-results))))))))
|
||||||
|
|
||||||
(define* (fiberize proc #:key (parallelism 1)
|
(define* (fiberize proc #:key (parallelism 1))
|
||||||
(show-backtrace? (const #t)))
|
|
||||||
(let ((channel (make-channel)))
|
(let ((channel (make-channel)))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue