|
|
|
|
|
by binarycoffee
1492 days ago
|
|
Note that the second variant does not claim to be MPMC, only SPMC. Many lock-free structures use CAS loops. It would not be lock-free if a consumer pre-empted at the wrong time could prevent other consumers to make progress, but I don't think this is the case here. |
|