C#.Rihter. How to stop thread work ? Cancellation token
how do i exit from thread
static void Main(string[] args) { var tokenSource = new CancellationTokenSource(); ThreadPool.QueueUserWorkItem(o => ThreadWorker(tokenSource.Token, 1000)); Console.WriteLine(«Press <Enter> to cancel
Ответить
Хотите присоединиться к обсуждению?Не стесняйтесь вносить свой вклад!