We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56b4aea + 8254551 commit c204fadCopy full SHA for c204fad
src/process.jl
@@ -36,7 +36,7 @@ function _loop(p::Prc, cycles::T) where {T<:Number}
36
p.f(p.clk, p.arg...; p.kw...)
37
catch exc
38
if isa(exc, PrcException)
39
- exc.ev == Stop() && break
+ exc.event == Stop() && break
40
end
41
rethrow(exc)
42
0 commit comments