|
|
|
|
|
by tomp
1583 days ago
|
|
for example: "move money from one bank account to another bank account" essentially the same operations in the same order, that need to be isolated (i.e. transactional / atomic) from concurrent threads performing the same operations. |
|