Skip to content

Perf: Implement RAII for Mutex in RandomCIDFactory

Rodrigo Muino Tomonari requested to merge github/fork/athy125/patch-1 into main

Used RAII to manage the mutex in the RandomCIDFactory class. Replaced manual locking and unlocking with std::lock_guard for automatic locking and unlocking of the mutex within the critical sections of code

Merge request reports

Loading