Well aside from the deadlock or priority inversion of sorts that should work. Just like it would work in C/C++/Java etc.
The real problem is when the shared data is not controlled by a mutex, but should be.
Well aside from the deadlock or priority inversion of sorts that should work. Just like it would work in C/C++/Java etc.
The real problem is when the shared data is not controlled by a mutex, but should be.