You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:sim/processes holds a reference to the actual Processes of the sim. This attribute is managed by the framework, using a transaction function to coordinate processes joining.
:sim/type drives several multimethods used by the framework to distribute work across processes. If you are willing to have Agents distributed round-robin to processes, you can use the provided construct-basic-sim method, as the hello world example does.
Example
The hello world example performs the following steps in creating a trading sim: