Empresa activa
What is the difference between event-driven programming and polling?
Anónimo
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.