When using both Distributed and Threads in 1.3 how do you tell the @spawn apart?

When using both Distributed and Base.Threads in Julia 1.3

How do you tell the @spawn macros apart?

It’s replaced in julia 1.3 by Distributed.@spawnat

3 Likes