Commit Graph

23 Commits

Author SHA1 Message Date
Joe Herman
375b76186f async: Corrected and updated to 1.4.2 2015-08-23 22:02:44 -04:00
Arseniy Maximov
2d0a04f068 Add forEachOf, forEachOfSeries, forEachOfLimit definitions 2015-06-16 20:28:16 +03:00
Christopher Brown
5ebf25ddbf Fix async.waterfall signature (callback has variadic argument structure) 2015-06-10 13:12:36 -05:00
Jacob Danton
1f3834cb93 Updating async times and timesSeries definitions 2015-04-19 09:42:48 -07:00
Vadim Ogievetsky
3552529f78 updated PR following review from @lukehoban and @chbrown 2015-02-03 21:16:00 -08:00
Vadim Ogievetsky
c3a688719e fixed typing for async.parallel and co 2015-01-28 11:15:55 -08:00
Christopher Brown
cc534e6119 Fix async.d.ts each* signatures
Add generic ErrorCallback type
Rename AsyncIterator -> AsyncResultIterator
Add AsyncIterator as resultless iterator type
Rename AsyncMultipleResultsCallback -> AsyncResultsCallback
Rename AsyncSingleResultCallback -> AsyncResultCallback
2014-11-10 22:00:13 -06:00
Thomas Holmes
1f730d3262 Added interface for priorityQueue. 2014-10-07 22:53:51 +01:00
Joe Herman
4b232a1214 async: Corrected APIs from forEach* to each* 2014-08-06 12:47:48 -04:00
Jozef Izso
750cb6d14e Updated async.queue definitions to v0.9.0 2014-07-07 23:39:32 +02:00
Jozef Izso
f850214749 Added queue.push() method overload that accepts array of strongly typed objects. 2014-06-07 11:57:20 +02:00
Rogier Schouten
6cfdabc5b2 Bugfix in async.d.ts: error parameter in callbacks is listed as string but Error objects are put in. 2014-06-06 15:05:04 +02:00
Rogier Schouten
c054ffe0c5 Ensure async.d.ts compiles with --noImplicitAny 2014-06-02 10:01:24 +02:00
Boris Yankov
4085f85dc4 Merge pull request #1832 from sledorze/master
Take account of polymorphism into Async signatures - was really missing..
2014-03-24 01:35:43 +02:00
Dasa Paddock
ee22143b57 Add definitions for 'parallelLimit'.
Doc: https://github.com/caolan/async#parallellimittasks-limit-callback
2014-03-18 11:38:14 -07:00
Stéphane Le Dorze
ca93f092ed fix memo type 2014-03-12 23:52:30 +01:00
Stéphane Le Dorze
fd156f5731 fix polymorphism in Async type signature (how the hell were people using it before??) 2014-03-12 23:46:36 +01:00
Nick Howes
a88b933815 queue.push callback is optional 2013-10-21 14:04:09 +01:00
Andrew Gaspar
1eab71a53a Async with external module support. 2013-08-18 03:54:59 -05:00
Duncan Mak
4d7a581f41 Include definition for 'times' and 'timesSeries'. 2013-06-20 14:22:51 -04:00
Duncan Mak
7efa6bbca5 Differentiate between single-result and multiple-results callbacks. 2013-06-20 14:22:50 -04:00
Duncan Mak
57c7e3c001 A first pass at removing 'any's with generic Ts. 2013-06-20 14:22:46 -04:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00