changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/tests/task.lisp

revision 694: a36280d2ef4e
parent 692: f51b73f49946
     1.1--- a/lisp/std/tests/task.lisp	Thu Oct 03 19:04:57 2024 -0400
     1.2+++ b/lisp/std/tests/task.lisp	Thu Oct 03 21:54:07 2024 -0400
     1.3@@ -20,6 +20,7 @@
     1.4     (is (zerop (sb-concurrency:mailbox-count (results tp))))
     1.5     (start-task-workers tp)
     1.6     (loop for w across (workers tp)
     1.7-             do (join-worker w))
     1.8+          do (join-worker w))
     1.9     (is (= 4 (sb-concurrency:mailbox-count (results tp))))))
    1.10 
    1.11+