Is using schedule(t, InterruptException(), error=true)
instead of @async Base.throwto(t, InterruptException())
correct here?
1 Like
Is using schedule(t, InterruptException(), error=true)
instead of @async Base.throwto(t, InterruptException())
correct here?