demos: actors: A couple of simple actor model demos.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Apr 2016 03:44:47 +0000 (22:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:35 +0000 (09:25 -0500)
* 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.


No differences found