-
- Downloads
Add mutex to client Start/Stop functions
They modify shared state and could theoretically be called concurrently so we can pretty simply protect them w/ a Mutex
parent
af3188d8
No related branches found
No related tags found
They modify shared state and could theoretically be called concurrently so we can pretty simply protect them w/ a Mutex