Does the threading.Event() object suffer from spurious wakeup?
Asked Answered
C

0

7

In C, pthread condition variables serve the same purpose as threading.Event() variables in python. My question is, do threading.Event() variables suffer from the same spurious wakeup issues as pthread condition variables?

Chap answered 7/8, 2019 at 17:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.