agenda: Update comment, could also attach catch routines to hive.
[8sync.git] / 8sync / systems / actors.scm
2016-05-03 Christopher Allan... agenda: Update comment, could also attach catch routine...
2016-05-03 Christopher Allan... actors: Catch all errors in the actor model.
2016-05-03 Christopher Allan... actors: Permit docstrings in mlambda.
2016-05-03 Christopher Allan... actors: Export simple-dispatcher.
2016-05-03 Christopher Allan... actors: Export build-actions.
2016-05-03 Christopher Allan... actors: Add note that maybe action dispatch error check...
2016-05-03 Christopher Allan... actors: Add build-actions and retool make-action-dispat...
2016-05-02 Christopher Allan... actors: Add with-message-args and build mlambda off it.
2016-04-30 Christopher Allan... actors: Add define-mhandler, a method handler definitio...
2016-04-29 Christopher Allan... actors: mlambda, removing require-slot, GOOPS usage...
2016-04-28 Christopher Allan... actors: Handle messages/coroutines in want of reply...
2016-04-27 Christopher Allan... actors: Remove unnecessary let in hive-process-message.
2016-04-27 Christopher Allan... actors: Define "<-" type aliases for send-message and...
2016-04-27 Christopher Allan... actors: Rename hive-bootstrap-message -> bootstrap...
2016-04-27 Christopher Allan... actors: Remove <hive-proxy>; no longer export actor...
2016-04-26 Christopher Allan... actors: Switch hive-create-actor[*] to match create...
2016-04-26 Christopher Allan... actors: Switch random-number-size to be 2^128.
2016-04-26 Christopher Allan... actors: Switch send-message and reply-message to use...
2016-04-26 Christopher Allan... actors: Fix self-destruct.
2016-04-26 Christopher Allan... actors: Fix create-actor, create-actor*
2016-04-26 Christopher Allan... actors: Add actor creation/destruction methods.
2016-04-25 Christopher Allan... actors: Properly autoreply to replies; make reply-messa...
2016-04-25 Christopher Allan... actors: Remove unnecessary "begin".
2016-04-25 Christopher Allan... actors: Add autoreply support.
2016-04-25 Christopher Allan... actors: Fix resuming continuation when waiting on message.
2016-04-25 Christopher Allan... actors: Remove nesting of actions in define-simple...
2016-04-25 Christopher Allan... actors; Move message definitions earlier in the file.
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.