Skip to content

Commit

Permalink
wip, expose task factory (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Nov 25, 2024
1 parent 5ecb7c3 commit 0494e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/async.clj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ to catch and handle."

;; task

(def ^:private task-factory
(def task-factory
(-> (Thread/ofVirtual)
(Thread$Builder/.name "task-" 0)
.factory))
Expand Down

0 comments on commit 0494e13

Please sign in to comment.