Problem combining worker processes and threads

So, it seems that this is due to Are Julia Channels/Futures thread safe (with a failing code example)? (which ties in to Concurrency violation on interplay between Distributed and Base.Threads · Issue #37706 · JuliaLang/julia · GitHub). I must say I’m surprised that basic coordination classes such as futures and channels are not thread safe.