EnumerableExt.ForEachThreaded Method
Overload List
Name | Description | |
---|---|---|
ForEachThreaded(TIn)(IEnumerable(TIn), Action(TIn)) | Asynchronously applies an action on all elements in a collection. | |
ForEachThreaded(TIn, TOut)(IEnumerable(TIn), Func(TIn, TOut)) | Asynchronously applies a function on all elements in a collection. |
See Also
Reference
EnumerableExt Class
UltimateXR.Extensions.System.Collections Namespace