Package

io.scalajs.npm

async

Permalink

package async

async package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. async
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Async extends Object

    Permalink

    Async Type Definition

    Async Type Definition

    Annotations
    @RawJSType() @native()
  2. type AsyncErrorCallback = Function1[Error, Any]

    Permalink
  3. implicit final class AsyncExtensions extends AnyVal

    Permalink

    Async Extensions

  4. type AsyncResultCallback = Function

    Permalink
  5. trait QueueObject[T] extends Object

    Permalink

    Queue Object - A queue of tasks for the worker function to complete.

    Queue Object - A queue of tasks for the worker function to complete.

    Annotations
    @RawJSType() @native()
    See also

    http://caolan.github.io/async/docs.html#.QueueObject

Value Members

  1. object Async extends Object with Async

    Permalink

    Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.

    Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm install --save async, it can also be used directly in the browser.

    Annotations
    @native() @JSImport( "async" , JSImport.Namespace )
    Version

    2.0.1

    See also

    http://caolan.github.io/async/

Inherited from AnyRef

Inherited from Any

Ungrouped