Commits

Connor Wakamo committed dd9614e80c1
[driver] Add TaskQueue::getNumberOfParallelTasks(). For the Unix implementation, this returns NumberOfParallelTasks (unless that value is 0, in which case it returns the default value of 1). For the Default implementation, this always returns 1, since it does not support parallelism. Swift SVN r12348