logger: refactor usage of sync primitives
commit25d7d3d8709b6cf157e346fc6b238f85a34b6dbf
authorJoão Marcos P. Bezerra <marcospb19@hotmail.com>
Fri, 15 Mar 2024 20:32:57 +0000 (15 17:32 -0300)
committerJoão Marcos <marcospb19@hotmail.com>
Mon, 1 Apr 2024 13:58:35 +0000 (1 10:58 -0300)
tree17a564c829f08d3fe9163f9f6857f8d78852abc1
parent792db000bb42ae1004063bf9780541be7e741b23
logger: refactor usage of sync primitives

use `std::sync::Barrier` instead of the barebones `Condvar` + `Mutex`
combo
src/commands/mod.rs
src/utils/logger.rs