Skip to content

Commit

Permalink
Drop our deferred queue.
Browse files Browse the repository at this point in the history
It's clever, but we can yet again solve what it was going to be for with RCU
  • Loading branch information
ahicks92 committed Dec 29, 2024
1 parent 18effc9 commit 01df168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 145 deletions.
144 changes: 0 additions & 144 deletions crates/synthizer/src/data_structures/deferred_queue.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/synthizer/src/data_structures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pub(crate) mod splittable_buffer;
pub(crate) use refillable_wrapper::*;
pub(crate) use splittable_buffer::*;
pub(crate) mod deferred_arc_swap;
pub(crate) mod deferred_queue;

0 comments on commit 01df168

Please sign in to comment.