From 5f12e17b62324e34e5e81a1c2a21a46edc988705 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 1 Aug 2017 11:23:36 -0500 Subject: [PATCH] Add TODO to inbox for adding backpressure. * 8sync/inbox.scm: Add TODO Comment. --- 8sync/inbox.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/8sync/inbox.scm b/8sync/inbox.scm index bf1eabc..28e2c79 100644 --- 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. -- 2.31.1