PSR-14: Example - Delayed Events, Queues, and Asynchronicity
One of the long-running debates while designing PSR-14 was how to handle events that were inherently mono-directional. Often, a library will trigger an Event that is, from its point of view, entirely informational. The Eve...