Delphi.Omnithreads.Future – hunting the value in backGroundThread

Future is good  thread abstraction that hunts for the value in background thread.  We can ask backGround thread what is value now.

Calling VCL from backGround is bad idea in that case.  For that pupose see

http://www.thedelphigeek.com/2014/07/incrementing-progress-bar-from-foreach.html

Below is example of Future Abstraction From demos…

 

This entry was posted in Delphi. Bookmark the permalink.