FITFLOP
Home

cancellation-token (2 post)


posts by category not found!

Cancel method which doesn't accept cancellation token

Understanding the Cancel Method Without a Cancellation Token In modern programming especially when dealing with asynchronous operations the ability to cancel ta

3 min read 21-10-2024 107
Cancel method which doesn't accept cancellation token
Cancel method which doesn't accept cancellation token

Thread.Abort alternatives

Ditching Thread Abort Safer Alternatives for Managing Threads in C The Thread Abort method in C might seem like a quick and easy way to stop a thread but it can

3 min read 30-09-2024 47
Thread.Abort alternatives
Thread.Abort alternatives