LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support critical section primitives in Sandbox

LinqLover opened this issue · comments

During everyday use of the Sandbox in my image, it is very tedious that critical sections blow up the simulation, e.g. when accessing the DebuggerMethodMap of a context or writing a message to the Transcript. A simulation solution should be found to support critical section primitives in the Sandbox. What axioms are there that need to be considered?