Shared module (alt-shared)FunctionssetTimeoutBranch: DevelopmentsetTimeout CallablesetTimeout(handler: (...args: any[]) => void, miliseconds: number): numberSchedules execution of handler once after the expiration of interval.
Schedules execution of handler once after the expiration of interval.