Closed oleg68 closed 10 months ago
Having a lot of code in the header file makes debugging quite difficult.
This PR moves all method implementations longer than one line move to the new file GOMutexLocker.cpp.
GOMutexLocker.cpp
It is just refactoring. No GO behavior should be changed.
@rousseldenis could you approve this pr?
Having a lot of code in the header file makes debugging quite difficult.
This PR moves all method implementations longer than one line move to the new file
GOMutexLocker.cpp
.It is just refactoring. No GO behavior should be changed.