www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Kill a non-cooperative thread

What's the D way to cancell a non-cooperative (that is, 

Task, feed it a cancellation token, trigger a cancellation on the 
token. In D, I don't understand how to do it with the existing 
concurrency primitives.
Apr 13