码迷,mamicode.com
首页 > 其他好文 > 详细

AsyncCalls – Asynchronous function calls

时间:2016-08-27 15:31:12      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

AsyncCalls – Asynchronous function calls
With AsyncCalls you can execute multiple functions at the same time and synchronize them at every point in the function or method that started them. This allows you to execute time consuming code whos result is needed at a later time in a different thread. While the asynchronous function is executed the caller function can do other tasks.

Works with Delphi 5 – 10.1 Berlin. (Win32, Win64)

http://andy.jgknet.de/blog/bugfix-units/asynccalls-29-asynchronous-function-calls/

 

https://github.com/ahausladen/AsyncCalls

AsyncCalls – Asynchronous function calls

标签:

原文地址:http://www.cnblogs.com/findumars/p/5813013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!