From: Christopher Allan Webber Date: Tue, 13 Dec 2016 18:43:42 +0000 (-0600) Subject: actors: Add msg-val and add docstring to msg-receive. X-Git-Tag: v0.3.0~13 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=711168a756750d8e8236c8549d8617c10ddcda58;hp=711168a756750d8e8236c8549d8617c10ddcda58 actors: Add msg-val and add docstring to msg-receive. * 8sync/systems/actors.scm (msg-receive): Add docstring, and change parameter name from "the-message" to just "message". (msg-val): New procedure. ---