Skip to main content

execute_async_callbacks

AsyncFunction
This function is defined in the display module.
Execute asynchronous callbacks for a display event

Signature

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

Parameters

event
&DisplayEvent
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • read
  • get
  • cb
  • unwrap_or_default

Source

View on GitHub

praisonai/src/display.rs at line 376