gregyjames / OctaneDownloader

A high performance, multi-threaded C# file download library.

Home Page:https://www.nuget.org/packages/OctaneEngineCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move away from TPL library

gregyjames opened this issue · comments

commented

We are currently relying heavily on TPL for the multiprocessing of the download chunks, I would much rather prefer to use Native C# multithreading than this library.