refactor(cli): move thread pool setup to command execution, use thread::spawn instead...
commit77b01d170fdecf933c236625b3552c21c0c1e45a
authorttyS3 <ttys3.rust@gmail.com>
Mon, 2 Dec 2024 12:49:19 +0000 (2 12:49 +0000)
committerJoão Marcos <marcospb19@hotmail.com>
Sat, 14 Dec 2024 22:52:32 +0000 (14 19:52 -0300)
tree685e1f46fcd0aed15b40fe92cd4051ad81959689
parent6b38e1dd4650ac71e9454d82dbefa130c0884cf2
refactor(cli): move thread pool setup to command execution, use thread::spawn instead of rayon::spawn in the logger thread
src/cli/mod.rs
src/commands/mod.rs
src/utils/logger.rs