This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Refactor Parpulse based on #50 #59
Open
Description
- make pin_count a field of ReplacerValue since it'll be used by all replacers
- for notify in mod.rs in memdisk, implement sth like this would introduce less complexity and make the code easier to write & maintain? (we can remove
.0
and.1
, also wrap code)
https://github.com/kaimast/tokio-condvar/blob/main/src/lib.rs
see details in #50