Latest eventdrivenprogramming Activity
Often there is also an “event bus”, basically a broadcast system. Basically any system or object can register a callback for an event, and when the event happens the callback is launched immediately.
An “event queue” is similar, often per task or per process. Then can be on a per-listener bas…
Advertisement
Advertisement