Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ function atexit_handler()
terminate_all_workers()
end

shutting_down[] = true
Threads.atomic_xchg!(shutting_down, true)
@lock any_gc_flag notify(any_gc_flag)
if !isnothing(gc_msgs_task)
wait(gc_msgs_task::Task)
Expand Down
Loading