immediate-chunk-store

Immediate put/get for abstract-chunk-store compliant stores
Makes store.put() chunks immediately available for store.get(), even before the
store.put() callback is called. Data is stored in memory until the store.put()
is complete.
Install
npm install immediate-chunk-store
Usage
var ImmediateChunkStore =var FSChunkStore = // any chunk store will workvar store = 10store// And now, get the same chunk out BEFORE the put is completestore
License
MIT. Copyright (c) Feross Aboukhadijeh.