projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7972787
)
finish docstring
fibers
author
Christine Lemmer-Webber
<cwebber@dustycloud.org>
Tue, 3 May 2022 20:00:05 +0000
(16:00 -0400)
committer
Christine Lemmer-Webber
<cwebber@dustycloud.org>
Tue, 3 May 2022 20:00:05 +0000
(16:00 -0400)
8sync/inbox.scm
patch
|
blob
|
history
diff --git
a/8sync/inbox.scm
b/8sync/inbox.scm
index 28e2c79d4fb56d330c5df202f4728a3b9de49f71..fbf8df08222310dfd2b74c4d6c8a088f9b54d62e 100644
(file)
--- 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