GithubHelp home page GithubHelp logo

intesso / async.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caolan/async

0.0 2.0 1.0 769 KB

Async utilities for node and the browser

License: MIT License

JavaScript 97.83% HTML 2.17%

async.js's Introduction

async.js

subset of async.js.

browser support

why?

because async.js is awesome and fool proof.

most of the time we only use very little of what async offers.

therefore we extracted only these functions and bundled them together.

development file size: 4kb instead of 29.6kb

what is included?

Collections

  • each
  • eachSeries
  • map
  • mapSeries

Control Flow

  • parallel
  • series

install

npm install async.js

use

you can use this module with browserify or use the global versions with async exposed:

There is even a smaller subset if needed with browserify:

var async = require('async.js/parallel'); which contains:

  • each
  • map
  • parallel

and

var async = require('async.js/series'); which contains:

  • eachSeries
  • mapSeries
  • series

for further documentation, please read the original readme

async.js's People

Contributors

beaugunderson avatar brianmaissy avatar andineck avatar fritx avatar jessehouchins avatar allanca avatar rmg avatar seriousmanual avatar kimptoc avatar leahcimic avatar mithgol avatar vsivsi avatar spacegangster avatar nazomikan avatar rhyzx avatar parshap avatar th3james avatar asyncanup avatar mazdermind avatar tiankongldp avatar jsdevel avatar jkroso avatar indexzero avatar jub3i avatar qix- avatar andrewrk avatar jiabei avatar ceedubs avatar dandv avatar dougwilson avatar

Watchers

 avatar James Cloos avatar

Forkers

jeedeveloper

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.