February 2018
Intermediate to advanced
340 pages
9h 43m
English
In case the code uses the concurrent access to any resource which is considered to be unsafe for concurrent use, it is necessary to implement a synchronization mechanism to secure the access. Besides the channel usage, Mutex could be leveraged for this purpose. This recipe will show you how.
Read now
Unlock full access