that might fix docs

This commit is contained in:
2024-02-26 10:35:12 +01:00
parent f91075a598
commit 97a8035333

View File

@ -585,6 +585,7 @@ pub mod std_mod {
#[cfg(feature = "crossbeam")]
pub mod cb_mod {
use super::*;
use crossbeam_channel as cb;
pub type TmInSharedPoolSenderWithCrossbeam =
TmInSharedPoolSenderWithId<cb::Sender<StoreAddr>>;