Was the event loop evaluation model used in web browsers to control interaction between DOM events (and later the network) concomitantly developed by Brendan Eich with JavaScript?
Or did it pre- or post-date JavaScript?
Edit: I am specifically asking about the placement of the event-loop inside browsers. I am aware the event loop is a long-standing invention.