actors: Add cleanup facility to run-hive.
[8sync.git] / tests / test-actors.scm
2017-01-02 Christopher Allan... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2016-12-20 Christopher Allan... actors: Move actors center-stage in 8sync.
2016-12-12 Christopher Allan... tests: Call msg-receive, not msg-recieve
2016-12-12 Christopher Allan... tests: Update test-actors to use msg-recieve instead...
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