mirror of
https://github.com/Gouryella/drip.git
synced 2026-03-01 15:52:32 +00:00
Move the initialization of the mutex lock after the structure is created to ensure that the condition variable can correctly reference the mutex lock instance. This can avoid potential race conditions and improve code readability.