Quantcast
Channel: Torry's Delphi Pages News: Components
Viewing all articles
Browse latest Browse all 1736

AsyncCalls v.2.99 updated

$
0
0
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 who's result is needed at a later time in a different thread. While the asynchronous function is executed the caller function can do other tasks.

The AsyncCalls unit offers a variety of function prototypes to call asynchronous functions. There are functions that can call asynchrony functions with one single parameter of the type: TObject, Integer, AnsiString, WideString, IInterface, Extended and Variant. Another function allows you to transfer a user defined value type (record) to the asynchrony function where it can be modify. And there are functions that can call asynchrony functions with a variable number of arguments. The arguments are specified in an const array of const and are automatically mapped to normal function arguments.

Product License: FWS
Source: Included
File Status: Fully functional

Compatible with: C2k10 C2k6 C2k7 C2k9 CBXE D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE


Viewing all articles
Browse latest Browse all 1736

Trending Articles