soon Class
Methods
_asynchronizer
(
protected
-
callbackFunction
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
FunctionThe 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.