Skip to content

Commit

Permalink
lib: reexport mpsc channel receviers
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Jan 8, 2025
1 parent e224fd6 commit 18ff97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ pub use db::sqlite::{headers::SqliteHeaderDb, peers::SqlitePeerDb};
pub use db::traits::{HeaderStore, PeerStore};

#[doc(inline)]
pub use tokio::sync::broadcast::Receiver;
pub use tokio::sync::mpsc::Receiver;
#[doc(inline)]
pub use tokio::sync::mpsc::UnboundedReceiver;

#[doc(inline)]
pub use {
Expand Down

0 comments on commit 18ff97f

Please sign in to comment.