Skip to main content

async_display_callbacks

AsyncFunction
This function is defined in the parity module.

Signature

async def async_display_callbacks() -> ((data: any) => void | Promise<void>)[]

Returns

Returns
((data: any) => void | Promise<void>)[]
The result of the operation.

Source

View on GitHub

src/parity/index.ts at line 1749