Y
Hacker News
new
|
ask
|
show
|
jobs
by
quarterto
4825 days ago
async.sortBy is for sorting the results of an array of asynchronous functions. It is not an asynchronous sort. Let's see how it fares with process.nextTick(function(){array.sort()}) (or better still, threads-a-gogo).