Name: Anonymous 2012-09-29 17:25
So lately I've been thinking about how an event driven framework/library would need to be implemented. I've come to the conclusion that you can't implement such functionality without using multiple threads, multiple processes or hardware interrupts and polling. Am I right?
Also, can somebody point me out to some academic sources that cover the theoretical implementation of event driven programming libraries?
Also, can somebody point me out to some academic sources that cover the theoretical implementation of event driven programming libraries?