[Lazarus] Lazarus implementation of TListView etc?

Michael Schnell mschnell at lumino.de
Tue Nov 3 10:00:53 CET 2015


On 11/02/2015 08:32 PM, Bo Berglund wrote:
> I had already looked at Synapse, but it is blocking. 

IMHO this is exactly what makes it "clearer". You can run it in a thread 
and do  the communication with the main thread in any way you like.

A non-blocking thingy will either internally use multiple Threads (e.g. 
AsyncPro works in that way) or do stuff behind the screens that might 
hit you unexpectedly and prevent you intended cooperation with cron.

> I did not know about lnet
AFAIK, it does not provide non-blocking mechanisms, either.

-Michael




More information about the Lazarus mailing list