Skip to content

Commit

Permalink
tokio-mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaxim committed Jun 23, 2024
1 parent 472c99d commit 0dae943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ in parallel. Note that consumers usually have some `State` or `Database` so they
```rust
use futures::stream;
use std::sync::{Arc, RwLock};
use tokio::sync::Mutex;
use broadcast_sink::{Consumer, StreamBroadcastSinkExt};

#[derive(Debug)]
Expand Down

0 comments on commit 0dae943

Please sign in to comment.