v0.2.0
- changed: Now using unbounded
crossbeam-channel
instead of bounded
std::sync::mpsc
channel internally. - changed: Channel send errors in background database thread are now
ignored instead of panicking.
crossbeam-channel
instead of boundedstd::sync::mpsc
channel internally.