that might fix docs
This commit is contained in:
parent
f91075a598
commit
97a8035333
@ -585,6 +585,7 @@ pub mod std_mod {
|
|||||||
#[cfg(feature = "crossbeam")]
|
#[cfg(feature = "crossbeam")]
|
||||||
pub mod cb_mod {
|
pub mod cb_mod {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
use crossbeam_channel as cb;
|
||||||
|
|
||||||
pub type TmInSharedPoolSenderWithCrossbeam =
|
pub type TmInSharedPoolSenderWithCrossbeam =
|
||||||
TmInSharedPoolSenderWithId<cb::Sender<StoreAddr>>;
|
TmInSharedPoolSenderWithId<cb::Sender<StoreAddr>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user