actors: Move message body to being an argument list for procedures.
[8sync.git] / tests / test-actors.scm
2016-12-12 Christopher Allan... actors: Move message body to being an argument list...
2016-12-11 Christopher Allan... actors: Make the <-* message sending procedures officia...
2016-04-27 Christopher Allan... actors: Rename hive-bootstrap-message -> bootstrap...
2016-04-26 Christopher Allan... actors: Switch hive-create-actor[*] to match create...
2016-04-25 Christopher Allan... tests: actors: Add autoreply tests.
2016-04-25 Christopher Allan... tests: test-actors: Add copyright header.
2016-04-25 Christopher Allan... tests: actors: Fix test-end in test-actors.scm.
2016-04-25 Christopher Allan... tests: actors: Test serialization / deserialization...
2016-04-25 Christopher Allan... tests: actors: Fix check for a missing key on message-ref
2016-04-25 Christopher Allan... tests: test-actors: Start testing the actor model