mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Switch to tokio channel
This commit is contained in:
parent
b141c82a04
commit
8febbf64ce
4 changed files with 17 additions and 6 deletions
|
@ -11,7 +11,7 @@ pub use error::Error;
|
|||
|
||||
pub struct Trace<W: Write> {
|
||||
writer: W,
|
||||
receiver: std::sync::mpsc::Receiver<Entry>,
|
||||
receiver: tokio::sync::mpsc::UnboundedReceiver<Entry>,
|
||||
}
|
||||
|
||||
pub struct TraceReader<R: Read> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue