From d7b9b9b3a674896c034eec5ee932bff0c788beb4 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
By default, queued tasks are executed together in a loop in one tasks will only be executed until the deadline (in terms of js event loop run time) approaches, at which point execution will yield via setTimeout, allowing events such as touches to start interactions and block queued tasks -from executing, making apps more responsive.
Schedule a function to run after all interactions have completed.
Notify manager that an interaction has started.
Notify manager that an interaction has completed.
A positive number will use setTimeout to schedule any tasks after the +from executing, making apps more responsive.
Schedule a function to run after all interactions have completed. Returns a cancellable +"promise".
Notify manager that an interaction has started.
Notify manager that an interaction has completed.
A positive number will use setTimeout to schedule any tasks after the eventLoopRunningTime hits the deadline value, otherwise all tasks will be executed in one setImmediate batch (default).