This code is a skeleton of the logic required for several workers to receive a snapshot of RAM produced by a parent. The notions are introduced here. The code shows that the workers can see the parents construct in RAM. The code runs on the Mac and produces this yield. More work is required to show that modifications by the workers remain local to each worker. The code is complex and confusing as it is and mutability of shared data is deferred.