Use start-stack in fibers-force
Some checks are pending
/ test (push) Waiting to run

Otherwise the backtraces are more confusing.
This commit is contained in:
Christopher Baines 2025-12-06 10:02:58 +00:00
parent a8e07b738b
commit e7fb1d0ce2

View file

@ -82,7 +82,10 @@
(make-exception (make-exception
exn exn
(make-knots-exception stack))))) (make-knots-exception stack)))))
(fibers-promise-thunk fp))) (lambda ()
(start-stack
#t
(fibers-promise-thunk fp)))))
#:unwind? #t)) #:unwind? #t))
(lambda vals (lambda vals
(atomic-box-set! (fibers-promise-values-box fp) (atomic-box-set! (fibers-promise-values-box fp)