From: Christopher Allan Webber Date: Fri, 22 Apr 2016 03:44:47 +0000 (-0500) Subject: demos: actors: A couple of simple actor model demos. X-Git-Tag: v0.2.0~67 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=3c40164d37f2a11e9439261625c9dd4385a27350;hp=3c40164d37f2a11e9439261625c9dd4385a27350 demos: actors: A couple of simple actor model demos. * demos/actors/simplest-possible.scm: New file. Simplest possible demo: Two actors say hello to each other. * demos/actors/botherbotherbother.scm: New file. A little bit more complex; multiple actors interact with each other. Ensures that actors don't clobber each other unexpectedly. ---