zllovesuki / specter

like ngrok, but more ambitious with DHT for flavor
MIT License
26 stars 1 forks source link

spec/chord_kv: introduces Lease Acquire/Renew/Release #17

Closed zllovesuki closed 2 years ago

zllovesuki commented 2 years ago
This commit introduces new APIs to chord.KV interface, and allowing a
caller to hold a lease for a specific lease name, with time-to-live auto
expiring leases.

TODO: grab a monitonic clock from the time package somehow