Skip to content

Commit

Permalink
run UV on separate thread by default
Browse files Browse the repository at this point in the history
This capability was added in #55529, but not used by default which seems silly since there are lots of issues like #43952 where this is needed to fix bugs. I'm not sure that this is the right place to add this (rather than in julia_init.c) but putting this up as a trial balloon.
  • Loading branch information
oscardssmith authored Jan 23, 2025
1 parent b76fd9f commit 353344d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ function _start()
append!(ARGS, Core.ARGS)
# clear any postoutput hooks that were saved in the sysimage
empty!(Base.postoutput_hooks)
Base.Experimental.make_io_thread()
local ret = 0
try
repl_was_requested = exec_options(JLOptions())
Expand Down

0 comments on commit 353344d

Please sign in to comment.