issues
search
programatik29
/
tokio-rusqlite
Asynchronous handle for rusqlite library.
MIT License
89
stars
21
forks
source link
Version 0.2.0
#2
Closed
programatik29
closed
2 years ago
programatik29
commented
2 years ago
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.