syndicate-2017/prospect/trace
Sam Caldwell 79cd6eac1a Modify core behavior to run each actor concurrently
Each actor (including network actors) runs in its own thread and
communicates with its containing network via an (incoming) event
channel and an (outgoing) action channel.

Each network actor polls (syncs) on the incoming event channel from its
parent as well as the outgoing action channel from each of its child
actors. The network processes the effects of each event/action and
notifies its children by sending out the corresponding events.
2016-02-23 13:42:00 -05:00
..
stderr.rkt Modify core behavior to run each actor concurrently 2016-02-23 13:42:00 -05:00