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))))
|
||||
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 _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue