|
|
|
|
|
by evmar
23 days ago
|
|
Gosh, I think that means even when your code is wholly running on workers (where you would be able to use the atomic wait mentioned in the comment), it still will busy loop, doesn't it? At least it's within the allocator and not in the general implementation of Mutex... I think? |
|
And yes you're right again it's only in the allocator.