Multicast delegate asynchronous extensions 1.2
In category
Description
Multicast delegates are a powerful idea but...- with normal invocation all the targets are executed sequentially before returning control to the caller that is good only if they are short and fast;
- BeginInvoke provides asynchronous execution but supports unicast delegate only;
- no synchronisation of any kind is done on target execution;
- This delegate helper class greatly extends their asynchronous call capabilities.
Informations
- Status: Fully functional
- Source: FW
- Exe demo: included
- Size: 53 248kB
Platforms:
- Delphi 2005
Downloads