Skip to content

Commit 4201763

Browse files
committed
fixup! Add a new-thread-fn parameter
1 parent 9cedea3 commit 4201763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/manifold/executor_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
(let [num-threads (atom 0)
3333
in-thread-loader (promise)
3434
tf (e/thread-factory
35-
#(str "my-loader-prefix-" (swap! num-threads inc))
36-
(deliver (promise) nil))
35+
#(str "my-loader-prefix-" (swap! num-threads inc))
36+
(deliver (promise) nil))
3737
executor (Executors/newFixedThreadPool 1 ^ThreadFactory tf)]
3838
(.execute ^ExecutorService executor
3939
(fn []

0 commit comments

Comments
 (0)