Skip to content

Commit

Permalink
a sleep(0.01) after parallel process startup
Browse files Browse the repository at this point in the history
  • Loading branch information
pbayer committed Aug 27, 2020
1 parent 438a6c9 commit e90f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function _startup!(c::C, p::Prc, cycles::T, cid::Int, spawn::Bool) where {C<:Abs
i == cid && (t = @async startit())
end
fetch(t)
sleep(0.01)
end
yield()
_register!(p.clk, p)
end

Expand Down

0 comments on commit e90f7c4

Please sign in to comment.