Photomechanics API
|
Collection extensions. More...
Static Public Member Functions | |
static async Task | ForEachAsync< T > (this IEnumerable< T > source, Int32 dop, Func< T, Task > body) |
Async foreach with max degree of parallelism control More... | |
Collection extensions.
|
static |
Async foreach with max degree of parallelism control
T |
source | |
dop | Degree of parallelism |
body |