On Saturday, May 2, 2015 at 5:54:41 AM UTC-7, Tim Holy wrote: > > Use a SharedArray. >
This should work in the toy example I posted, but in my real application, the object that I'm mutating has a bunch of DataStructures.SortedDict values. The array that causes the "cannot resize array with shared data" error is buried deep inside the internals of SortedDict. So I can't use a SharedArray without rewriting the internals of DataStructures.jl... Any insight into what goes wrong in the second example from my original post? Am I using RemoteRefs incorrectly? Thanks, Constantin
