History log of /yui3/src/parallel/tests/parallel-tests.js
Revision Date Author Comments Expand
c7490faa3e66f7eb871b63274ce9b824fa7d0bdb 13-Jan-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Added comment to Y.Parallel test case.

e42975a1b0ef7ebbf876cdf8dc626f86c3fc0c9a 13-Jan-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Updated Y.Parallel to support calling `add()` with no args. Previously `add()` required that a function be specified; now it supports a noops by not having this requirement. The `results` passed to `callback` will contain `undefined` values for these noops.

ec01268259a4564a2562e1dec5809079af3dda5d 07-Oct-2011 Dav Glass <davglass@gmail.com>

Initial commit of Y.Parallel

3c189207a3e635a8157893e56da217e0492b3894 06-Oct-2011 Dav Glass <davglass@gmail.com>

Initial commit of Y.Parallel