gabr42 / OmniThreadLibrary

A simple and powerful multithreading library for Delphi
http://www.omnithreadlibrary.com
Other
461 stars 141 forks source link

Add Cancel method and IsCancelled property to IOmniParallelTask #157

Closed HHasenack closed 3 years ago

HHasenack commented 3 years ago

WHich allows for easilycancelling a paralleltask without using extra cancel tokens, and afterward to see wheter a task was cancelled.

gabr42 commented 3 years ago

Merged manually.