update the StreamMap link in README (#106)

This commit is contained in:
ZJPzjp
2022-08-14 19:19:27 +08:00
committed by GitHub
parent 069a8e5ee0
commit 419ac973ef

View File

@@ -153,7 +153,7 @@ implements this using one [broadcast channel][broadcast] per channel and a
the server to update the active subscriptions.
[broadcast]: https://docs.rs/tokio/*/tokio/sync/broadcast/index.html
[`StreamMap`]: https://docs.rs/tokio/*/tokio/stream/struct.StreamMap.html
[`StreamMap`]: https://docs.rs/tokio-stream/*/tokio_stream/struct.StreamMap.html
### Using a `std::sync::Mutex` in an async application