Question d’entretien chez Naughty Dog

What is the difference between event-driven programming and polling?

Réponse à la question d'entretien

Utilisateur anonyme

4 sept. 2020

Both interrupt driven code and event driven code waits for event before running a code, while polling will attempt to query for event whether or not one actually exists.