(spawn-flush-writer memtable
immutable-memtable
tree
sstable-id
wal-id
poison
ready
req-chan
flush-wal-chan
compaction-req-chan
config)Start the flush writer on a dedicated (real) thread: it does blocking file IO
and blocking channel hand-offs, which belong on a thread rather than a
core.async go pool. ready is delivered once the initial flush has set up the
first WAL generation (true on success, false if the store was poisoned).
Start the flush writer on a dedicated (real) thread: it does blocking file IO and blocking channel hand-offs, which belong on a thread rather than a core.async go pool. `ready` is delivered once the initial flush has set up the first WAL generation (true on success, false if the store was poisoned).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |