mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 04:14:34 +01:00
make ArenaBuffer unsafe Send + Sync
This commit is contained in:
@@ -52,6 +52,12 @@ pub struct DataStats {
|
||||
pub read_bytes: AtomicUsize,
|
||||
}
|
||||
|
||||
impl Default for DataStats {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl DataStats {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user