actors: Add %current-actor parameter.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 15 Dec 2016 16:18:34 +0000 (10:18 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 15 Dec 2016 16:18:34 +0000 (10:18 -0600)
This allows actors which may call out long procedures, such as a web
worker, to still be able to have access their actor so they can send
messages to other actors.

* 8sync/systems/actors.scm (%current-actor): New variable.
  (hive-process-message): Update to parameterize %current-actor.


No differences found