Function which fires an async function without 'await'. This makes it clear that we do not wish to use 'await' for this particular async function.
The async function to be called.
Generated using TypeDoc
Function which fires an async function without 'await'. This makes it clear that we do not wish to use 'await' for this particular async function.