actors: Fix "unrewindable continuation" issue with error handling code.
[8sync.git] / 8sync / agenda.scm
2016-12-12 Christopher Allan... agenda: Move install-suspendable-ports! call to start...
2016-12-11 Christopher Allan... agenda: Fix 8sleep's time parameter.
2016-12-10 Christopher Allan... agenda: Cut out huge swath of old 8sync-* procedures...
2016-12-10 Christopher Allan... agenda: Add yield procedure.
2016-12-09 Christopher Allan... agenda: Rename 8sync-nowait to 8sync.
2016-12-09 Christopher Allan... agenda: Remove 8sync macro.
2016-12-08 Christopher Allan... agenda: Remove call to deprecated agenda-except-port...
2016-12-08 Christopher Allan... agenda: Remove debugging statements.
2016-12-08 Christopher Allan... agenda: Use suspendable ports feature from Guile 2.2.
2016-05-10 Christopher Allan... agenda: Add "8sleep" sugar.
2016-05-07 Christopher Allan... agenda: Permit a post-run-hook in start-agenda.
2016-04-26 Christopher Allan... agenda: Update copyright header.
2016-04-26 Christopher Allan... agenda: Rename 8sync-immediate to 8sync-nowait and...
2016-04-24 Christopher Allan... agenda: Make agendas run with "easier" default arguments
2016-04-15 Christopher Allan... agenda: Rename %8sync (and %8sync-*) to 8sync (and...
2015-12-12 Christopher Allan... Return a value to the continuations from various %8sync...
2015-12-12 Christopher Allan... Switch from (%8sync (%run)) to just (%8sync) or (%8sync...
2015-12-07 Christopher Allan... Fix %port-request and %port-remove-request
2015-12-07 Christopher Allan... agenda: Various %port-foo enhancements
2015-12-01 Christopher Allan... Port removal, stop-on-nothing-to-do, and select when...
2015-12-01 Christopher Allan... Add <port-remove-request> and friends
2015-11-29 Christopher Allan... Add %8sync-run sugar and friends
2015-11-29 Christopher Allan... Added a TODO for myself to write (%run-immediately)
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-22 Christopher Allan... renamed 8sync directory to eightsync
2015-11-22 Christopher Allan... Adding automake stuff