Skip to content

Commit 54575e2

Browse files
try the last @spawn -> @async
1 parent 604ad65 commit 54575e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remotecall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ end
274274
const any_gc_flag = Threads.Condition()
275275
function start_gc_msgs_task()
276276
errormonitor(
277-
Threads.@spawn begin
277+
@async begin
278278
while true
279279
lock(any_gc_flag) do
280280
# this might miss events

0 commit comments

Comments
 (0)