# reactor pattern

> event handling pattern for handling service requests delivered concurrently to a service handler by one or more inputs; the service handler then demultiplexes the incoming requests and dispatches them synchronously to the associated request handlers

**Wikidata**: [Q1122024](https://www.wikidata.org/wiki/Q1122024)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Reactor_pattern)  
**Source**: https://4ort.xyz/entity/reactor-pattern
