Topic: updating information with locking
Topic: concurrency
| |
Quotation Skeleton
When dealing with concurrency, the concept of locking … exclusive access to some data is required, there … Releasing the lock in the destructor simplifies code …
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: use destructors to release a lock for exclusive access to data; simpler, more reliable, handles exceptions
|
Related Topics
Topic: updating information with locking (20 items)
Topic: concurrency (33 items)
|