Asynchronous Event

An event in which the associated event handlers are designed to execute independently of other event handlers.

These event handlers are sent to an event queue, from which they execute in first in-first out order.

See also Synchronous Event.