Mark Eschbach

Software Developer && System Analyst

Reactor Pattern

Used in the context where multiple events may occur simulatenous, however you desire to only process events serially. A good example is handling multiple user input however only processing a single event at a time, such as JavaScript in the browser.