Arrange for a callback to be called as soon as possible.
This operates as a FIFO queue, callbacks are called in the order in which they are registered. Each callback will be called exactly once.
Any positional arguments after the callback will be passed to the callback when it is called.
an instance of $(D_PSYMBOL Callback).
See Implementation
Arrange for a callback to be called as soon as possible.
This operates as a FIFO queue, callbacks are called in the order in which they are registered. Each callback will be called exactly once.
Any positional arguments after the callback will be passed to the callback when it is called.