actors: Switch send-message and reply-message to use 8sync-nowait
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 26 Apr 2016 17:52:28 +0000 (12:52 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 26 Apr 2016 17:52:28 +0000 (12:52 -0500)
commit5c4ec104c523e2d9cb569ec12dd6f7ce72de034e
tree9056a959708b4986785b02d23b82cfec87320dac
parentac6b7ab9cd36a5960f8289d6225a1c187debe777
actors: Switch send-message and reply-message to use 8sync-nowait

There's no reason to block on continuing our work if using just
send-message and reply-message, so, fix.

* 8sync/systems/actors.scm (send-message, reply-message):
  Switch to using 8sync-nowait instead of 8sync.
8sync/systems/actors.scm