callbacks property

CallbackNode? callbacks
getter/setter pair

Doubly-linked list of callbacks registered with the source. Callbacks are removed during unregistration and as they're invoked.

Implementation

CallbackNode? callbacks;