Non-blocking algorithm

Non-blocking algorithm

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5138-0299-0

High Quality Content by WIKIPEDIA articles! In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion. A non-blocking algorithm is lock-free if there is guaranteed system-wide progress; wait-free if there is also guaranteed per-thread progress.