Allow sending messages to put to-actor as an actual actor instance.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Aug 2017 21:56:43 +0000 (16:56 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Aug 2017 21:56:43 +0000 (16:56 -0500)
This reduces a common error and also allows for cleaner code when an
actor wants to send a message to itself.

* 8sync/actors.scm (%<-): Allow sending messages to put to-actor as an
actual actor instance.


No differences found