Type Alias ContinuouslyAsyncCallback

ContinuouslyAsyncCallback: ((ticks?: number, elapsedMs?: number) => Promise<boolean | void>)