Skip to content

Commit

Permalink
update the StreamMap link in README (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN authored Aug 14, 2022
1 parent 069a8e5 commit 419ac97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 419ac97

Please sign in to comment.