Skip to content

Commit ab0ed82

Browse files
committed
Add comment on new-thread
1 parent 4201763 commit ab0ed82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/manifold/executor.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
(.set executor-thread-local executor#)))))
3434

3535
(defn- ^Thread new-thread
36+
"Create a new `java.lang.Thread`.
37+
38+
It represents the default implementation on `thread-factory` when the
39+
`new-thread-fn` argument is no passed."
3640
([group target name]
3741
(Thread. group target name))
3842
([group target name stack-size]

0 commit comments

Comments
 (0)