package async
async package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- async
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Async
extends Object
Async Type Definition
Async Type Definition
- Annotations
- @RawJSType() @native()
- type AsyncErrorCallback = Function1[Error, Any]
-
implicit final
class
AsyncExtensions
extends AnyVal
Async Extensions
- type AsyncResultCallback = Function
-
trait
QueueObject
[T] extends Object
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
Value Members
-
object
Async
extends Object with Async
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/