actors: Make the <-* message sending procedures official, not aliases.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 11 Dec 2016 17:14:25 +0000 (11:14 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 11 Dec 2016 17:14:25 +0000 (11:14 -0600)
commit171dbab2f07df50ac5b1daedfbef6d60860b7935
treec9c5c544632e3f5cf96da08f4c52bd5640740aa1
parentad2cc60c709045ba78a7957b149be86b4a21b49c
actors: Make the <-* message sending procedures official, not aliases.

* 8sync/systems/actors.scm (send-message, send-message-wait)
  (reply-message, reply-message-wait): Removed.
  (<-, <-wait, <-reply, <-reply-wait): Converted from being aliases
  to being the official procedure names.
8sync/systems/actors.scm
tests/test-actors.scm