timers Module
Defined in:
yui3/src/timers/js/prologue.js:1
Provides utilities for timed asynchronous callback execution. Y.soon is a setImmediate/process.nextTick/setTimeout wrapper.
This module includes asap.js for scheduling asynchronous tasks.