I’m brand new to the julia multi-core system. If I send another remotecall
to a process still running a previous remotecall
, will it wait for the first call to finish and then run the second function? Or will it try to schedule them concurrently on the same processor?