|
|
|
|
|
by wging
480 days ago
|
|
> still not catching errors when performing combinations of operations that need to be a single atomic transaction This is so important. The idea that code is thread-safe just because it uses a thread-safe data structure, and its cousin "This is thread-safe, because I have made all these methods synchronized" are... not frequent, but I've seen them expressed more often than I'd like, which is zero times. |
|