Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Josh Beckman
(Uncensored)
subscribe
Note on Informed Poll via pigweed.dev
https://www.joshbeckman.org/notes/941996604
links
backlinks
Tagged with:
notes
performance
queues
The central idea is that asynchronous work is encapsulated in objects called Tasks. Instead of registering callbacks for different events, a central Dispatcher polls these tasks to see if they can make progress. The polling is informed because t...