Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/async.js

  • Provides:

    • dojox.lang.async
  • dojo

    • alias - dojo
  • dojo.Deferred

    • alias - dojo.Deferred
  • dojo.forEach

    • alias - dojo.forEach
  • dojo.some

    • alias - dojo.some
  • dojox.lang.async

    • alias - dojox.lang.async
  • Array.slice

    • alias - Array.prototype.slice
  • Object.toString

    • alias - Object.prototype.toString
  • dojox.lang.async.seq

    • parameters:
      • x
    • summary
      Executes functions sequentially. Waits if any of them returns Deferred.
    • type
      Function
  • dojox.lang.async.par

    • parameters:
      • x
    • summary
      Executes functions in parallel. Waits for all of them to finish.
    • type
      Function
  • dojox.lang.async.any

    • parameters:
      • x
    • summary
      Executes functions in parallel. As soon as one of them finishes
      cancels the rest.
    • type
      Function
  • dojox.lang.async.select

    • parameters:
      • cond
      • x
    • summary
      Executes a condition, waits for it if necessary, and executes
      Nth function from list.
    • type
      Function
  • dojox.lang.async.ifThen

    • parameters:
      • cond
      • ifTrue
      • ifFalse
    • summary
      Executes a condition, waits for it if necessary, and executes
      one of two functions.
    • type
      Function
  • dojox.lang.async.loop

    • parameters:
      • cond
      • body
    • summary
      Executes a condition, waits for it if necessary, and executes
      the body, if truthy value was returned.
      Then it repeats the cycle until the condition function returns
      a falsy value.
    • type
      Function
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object