Hacker News new | ask | show | jobs
by lukaslalinsky 104 days ago
They are trying to use condition variable without a mutex and see missed wake ups. That's a textbook error, no? I'm surprised asyncio.Condition even allows that mode of operation.