Hm, I'm curious: how fast does it take a thread to resume if it's waiting on a WaitHandle?
Like, could I run an emulated CPU in one thread, an emulated GPU in another, and use a WaitHandle to notify the CPU of Vsync interrupt? 🤔
Like, could I run an emulated CPU in one thread, an emulated GPU in another, and use a WaitHandle to notify the CPU of Vsync interrupt? 🤔
Comments
But how, exactly, is it waiting? It isn't a busy wait for sure.