encapsulation of net logic in core
This commit is contained in:
@@ -6,7 +6,7 @@ use tokio::sync::mpsc::{error::SendError, Sender};
|
||||
|
||||
use crate::nrxp::frame::FrameType;
|
||||
|
||||
pub struct IdGenerator {
|
||||
struct IdGenerator {
|
||||
counter: AtomicU32,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user