summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Lemmer-Webber <cwebber@dustycloud.org>2022-05-03 16:00:05 -0400
committerChristine Lemmer-Webber <cwebber@dustycloud.org>2022-05-03 16:00:05 -0400
commitf9b4a94202aa20c68cd6babd3fb2a9449f201b02 (patch)
tree3b5417afcc58b2a4cb889c4b01256f9052db49af
parent7972787723d08a491379b63e6e5dc1cc6a3fac87 (diff)
download8sync-f9b4a94202aa20c68cd6babd3fb2a9449f201b02.tar.gz
finish docstringfibers
-rw-r--r--8sync/inbox.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/8sync/inbox.scm b/8sync/inbox.scm
index 28e2c79..fbf8df0 100644
--- a/8sync/inbox.scm
+++ b/8sync/inbox.scm
@@ -30,8 +30,9 @@
;; TODO: Add backpressure limit
(define (delivery-agent inbox-enq inbox-deq stop?)
"This starts up a loop doing delivery receiving from INBOX-ENQ and
-delivering to INBOX-DEQ, actually managing an (ice-9 q) object QUEUE.
-Atomic box STOP? can be set to indicate that this "
+delivering to INBOX-DEQ, actually managing an internal object QUEUE.
+Condidtion variable STOP? can be set to indicate that this agent
+should stop."
(define queue
(make-q))
(define get-or-stop