0
Answer

System.Threading.Tasks - Limit the number of concurrent Tasks

axel foley

axel foley

14y
3.6k
1
Hi,

Im trying to find a way to limit concurrent running tasks using system.threading.tasks kinda like threadppol. Each task i run require network ressource wich become saturated without a task limitation.

Thanks!