mirror of
https://github.com/callumio/suck.git
synced 2026-03-21 22:18:10 +00:00
refactor: move traits to sync module and update imports
This commit is contained in:
parent
72b87fd6e0
commit
8366421ede
7 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
#[cfg(feature = "sync-flume")]
|
||||
use crate::traits::{ChannelError, ChannelReceiver, ChannelSender, ChannelType};
|
||||
use crate::sync::traits::{ChannelError, ChannelReceiver, ChannelSender, ChannelType};
|
||||
use crate::types;
|
||||
use arc_swap::ArcSwap;
|
||||
use flume;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue