The only high profile implementation of the event loop model I can name, other than so-called "reactive" systems that came later, is the JavaScript runtime.
Was there much prior art of the event-loop architectural model before the implementation of the JavaScript runtime in web browsers?
What other software systems used this architectural model around the time of its original implementation in Netscape?