some docs and corrections

This commit is contained in:
2022-11-21 10:39:48 +01:00
parent 607d53942a
commit 6b93a9fce1
2 changed files with 6 additions and 3 deletions

View File

@ -35,7 +35,7 @@ pub mod stdmod {
use std::sync::atomic::{AtomicU16, Ordering};
use std::sync::Arc;
#[derive(Clone)]
#[derive(Clone, Default)]
pub struct SyncSeqCountProvider {
seq_count: Arc<AtomicU16>,
}