From: Christopher Allan Webber Date: Wed, 27 Apr 2016 13:24:28 +0000 (-0500) Subject: actors: Define "<-" type aliases for send-message and friends. X-Git-Tag: v0.2.0~21 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=9fe37b475673e2c703c2bc08e0eba42fc7648ebf;hp=9fe37b475673e2c703c2bc08e0eba42fc7648ebf actors: Define "<-" type aliases for send-message and friends. * 8sync/systems/actors.scm (<-, <-wait, <-reply, <-reply-wait): Aliases for send-message, send-message-wait, reply-message, reply-message-wait respectively. ---