actors: Switch comment header
[8sync.git] / 8sync / systems / actors.scm
2016-04-25 Christopher Allan... actors: Switch comment header
2016-04-25 Christopher Allan... actors: Fix serialize-message to not use address->string
2016-04-25 Christopher Allan... actors: Fix export of pprint-message
2016-04-25 Christopher Allan... actors: message-ref: Throw a better error on missing key
2016-04-25 Christopher Allan... actors: Export read/write methods on messages.
2016-04-25 Christopher Allan... actors: `message-ref' now errors if no dflt provided...
2016-04-25 Christopher Allan... actors: New read-message procedures, touch up write...
2016-04-25 Christopher Allan... actors: Switch out address objects for more-easily...
2016-04-25 Christopher Allan... actors: Added docstrings to some message write procedures
2016-04-25 Christopher Allan... actors: Write/pretty-print procedures for messages
2016-04-25 Christopher Allan... actors: Rename function deferred-reply -> message-defer...
2016-04-25 Christopher Allan... systems: actors: New actor model system.