Skip to main content

execute_callbacks

AsyncFunction
This function is defined in the display module.
Execute all callbacks (sync and async) for a display event

Signature

async def execute_callbacks(event: &DisplayEvent) -> ()

Parameters

event
&DisplayEvent
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • execute_sync_callbacks
  • execute_async_callbacks

Source

View on GitHub

praisonai/src/display.rs at line 392