hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Add closing property #32

Closed andrewosh closed 2 years ago

andrewosh commented 2 years ago

Hypercore should have a closing property for when an async close has been initiated, but has not yet completed.

Corestore caching becomes very simple when this is available.