.net - What is the correct way to end a System.Threading.Tasks.Task? -



.net - What is the correct way to end a System.Threading.Tasks.Task? -

as per title really.

i have long running task polls message queue.

occasionally may wish stop task, work , start again. right way of doing this?

the proper way of stooping tasks using cancellation tokens.

.net multithreading task

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -