feat: implement draft management system for concurrent editing and committing of data
This commit is contained in:
@@ -61,6 +61,12 @@ pub struct NetworkManager {
|
||||
connection_error_count: Mutex<usize>,
|
||||
}
|
||||
|
||||
impl Default for NetworkManager {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl NetworkManager {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user