EnumerableExt.ForEachThreaded Method

Overload List

NameDescription
Public methodStatic memberForEachThreaded(TIn)(IEnumerable(TIn), Action(TIn)) Asynchronously applies an action on all elements in a collection.
Public methodStatic memberForEachThreaded(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