Version 3.15.0
Show:

soon Class

Module: timers

Item Index

Methods

Properties

Methods

_asynchronizer

(
  • callbackFunction
)
protected

The asynchronizer is the internal mechanism which will call a function asynchronously. This property is exposed as a convenient way to define a different asynchronizer implementation without having to rewrite the entire Y.soon interface.

Parameters:

  • callbackFunction Function

    The function to call asynchronously.

Properties

_impl

String protected

Since Y.soon is likely to have many differing asynchronizer implementations, this property should be set to identify which implementation is in use.