solana/poh/src
behzad nouri 61f0a7d9c3
replaces Mutex<PohRecorder> with RwLock<PohRecorder> (#26370)
Mutex causes superfluous lock contention when a read-only reference suffices.
2022-07-05 14:29:44 +00:00
..
lib.rs Create solana-poh and move remaining rpc modules to solana-rpc (#17698) 2021-06-04 09:23:06 -06:00
poh_recorder.rs replaces Mutex<PohRecorder> with RwLock<PohRecorder> (#26370) 2022-07-05 14:29:44 +00:00
poh_service.rs replaces Mutex<PohRecorder> with RwLock<PohRecorder> (#26370) 2022-07-05 14:29:44 +00:00