|
|
|
|
|
by tptacek
5360 days ago
|
|
Programs that use cooperative thread scheduling are written very different than programs that use events directly. At the end of the day, every networked program on your computer is implemented in terms of interrupt service routines, but that doesn't make Firefox a driver. |
|
And when I write performance-oriented C code, I use events, because great tight resource control is facilitated by that style.