首页 > 其他 > 详细

AsyncCalls – Asynchronous function calls

时间:2016-08-27 15:30:05      阅读:205      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!