Inside Rust's std and parking_lot mutexes – who wins?
https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
#HackerNews #Rust #Mutexes #parking_lot #concurrency #programming #blog #post
Inside Rust's std and parking_lot mutexes – who wins?
https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
#HackerNews #Rust #Mutexes #parking_lot #concurrency #programming #blog #post
Бинарные семафоры на futex через parking_lot_core
Привет, Харб! Сегодня рассмотрим, как реализовать собственный бинарный семафор на основе futex и библиотеки parking_lot_core .
https://habr.com/ru/companies/otus/articles/929146/
#rust #parking_lot_core #parking_lot #futex #AtomicU32 #SpinWait