You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good simple addition would be an overloaded one to support TOmniBlockingCollection.FromArray<T>(Const Ts: TEnumerable<T> ) using System.Generics.Collections.TEnumerable<T>.ToArray method.
The text was updated successfully, but these errors were encountered:
Please, implement
TOmniBlockingCollection.FromArray<T>(Const Ts: TArray<T>)
constructor, as described in part 2 of #55Usage example - multi-threading files downloader via Pipeline pattern, the URLs are provided as TMemo lines.
Parrallel.Pipeline( [actions], TOmniBlockingCollection.FromArray( Memo1.Lines.ToArray() ) ).Start;
Good simple addition would be an overloaded one to support
TOmniBlockingCollection.FromArray<T>(Const Ts: TEnumerable<T> )
usingSystem.Generics.Collections.TEnumerable<T>.ToArray
method.The text was updated successfully, but these errors were encountered: