implemented serveCheckPresent

Still need a way to run Proto though
This commit is contained in:
Joey Hess 2024-07-09 09:08:42 -04:00
parent 9a592f946f
commit 751b8e0baf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 19 additions and 6 deletions

View file

@ -31,7 +31,7 @@ Planned schedule of work:
* I have a file `servant.hs` in the httpproto branch that works through some of the
bytestring streaming issues.
* A Locker should expire the lock on its own after 10 minutes.
* A Locker should expire the lock on its own after 10 minutes initially.
* Since each held lock needs a connection to a proxy, the Locker
could reference count, and avoid holding more than one lock per key.