projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f40c6
)
Add TODO to inbox for adding backpressure.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Tue, 1 Aug 2017 16:23:36 +0000
(11:23 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 3 Aug 2017 20:50:19 +0000
(15:50 -0500)
* 8sync/inbox.scm: Add TODO Comment.
8sync/inbox.scm
patch
|
blob
|
history
diff --git
a/8sync/inbox.scm
b/8sync/inbox.scm
index bf1eabc1a3fb8a9c3607e01384b3bfdd63c0b46b..28e2c79d4fb56d330c5df202f4728a3b9de49f71 100644
(file)
--- a/
8sync/inbox.scm
+++ b/
8sync/inbox.scm
@@
-27,6
+27,7
@@
#:use-module (ice-9 atomic)
#:export (delivery-agent))
+;; 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.