Interaction of world age counter with multiple processes?

Hi Developers,

The world age counter brought me to a new age in the REPL where redefinitions can be made like a human without keeping a DAG in one’s head of dependent functions. +1 for that.

But with multiple processes there is a different namespace for each worker. Does Julia have a different world age for each worker? If not, how does this not create bug opportunities?

1 Like

Yes