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)
commita0e0735ebf3f184b4f105cad1af5757ecd08e2e4
tree2514353ec51c397407fd4b977b449e7c0b1e5bb3
parent092b40c1c8c9c45926113fbabd542d3186244367
Allow sending messages to put to-actor as an actual actor instance.

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.
8sync/actors.scm