Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added retryable wrapper for async tasks | Alexander Early | 2016-03-07 | 1 | -0/+65 |
* | make callback optional in retry, refactor a bitretry-optional-callback | Alexander Early | 2016-03-07 | 1 | -0/+101 |
* | Support dynamic arguments in async.constant (ref. #1016) | Augusto Franzoia | 2016-03-08 | 1 | -0/+28 |
* | Support function timeout via async.timeout wrapper | Augusto Franzoia | 2016-03-07 | 1 | -0/+48 |
* | defend against multiple callbacks. Fixes #814 | Alexander Early | 2016-03-06 | 1 | -1/+13 |
* | stop running tasks after an error. fixes #1023 | Alexander Early | 2016-02-27 | 1 | -7/+24 |
* | make tests pass | Alexander Early | 2016-02-27 | 1 | -4/+4 |
* | made tests fail with new arg ordering | Alexander Early | 2016-02-27 | 1 | -20/+21 |
* | separate out auto tests | Alexander Early | 2016-02-27 | 1 | -0/+329 |
* | moved tests to separate files | Alexander Early | 2016-02-27 | 5 | -0/+440 |
* | Add race method | Jorge Bay Gondra | 2016-02-26 | 1 | -0/+70 |
* | Merge pull request #1034 from suguru03/feat-priority-queue | Alex Early | 2016-02-24 | 1 | -0/+70 |
|\ | |||||
| * | add unsaturation event to `priorityQueue` | Suguru Motegi | 2016-02-24 | 1 | -0/+70 |
* | | fix queue test | Suguru Motegi | 2016-02-24 | 1 | -2/+22 |
|/ | |||||
* | added a base implementation for unsaturation event #868 | Ernie Casilla | 2016-02-20 | 1 | -0/+49 |
* | Initial work in progress - modularization | Kiko Beats | 2015-12-29 | 2 | -2/+2 |
* | Fix mocha_test lint warnings | Graeme Yeates | 2015-07-26 | 2 | -1/+5 |
* | remove empty line | charlierudolph | 2015-07-20 | 1 | -1/+0 |
* | convert compose tests to mocha | charlierudolph | 2015-07-20 | 1 | -0/+87 |
* | added not about mocha migration, fixed linting | Alexander Early | 2015-07-19 | 2 | -3/+3 |
* | update files | charlierudolph | 2015-07-17 | 2 | -6/+2 |
* | mocha tests | charlierudolph | 2015-07-17 | 2 | -0/+52 |