Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: Jon W. <jw...@gm...> - 2009-04-05 20:12:50
|
asy...@gm... wrote: > >1) Some programmer failing to handle the "cancel" error case correctly, > For that purpose I made by default a wait operation not cancellable. > You have to provide a flag in order to be have an ability to cancel > current wait operation (and have a 'cancelled' flag returned) So instead of cancellation crash bugs, you get cancellation deadlocks. Not a big improvement IMO :-) Sincerely, jw |