[fpc-devel] "Signals"

Michael Van Canneyt michael at freepascal.org
Fri Sep 26 11:29:06 CEST 2014



On Fri, 26 Sep 2014, Michael Schnell wrote:

> On 09/26/2014 11:11 AM, Michael Van Canneyt wrote:
>> 
>> Please look at the link Mattias provided.
>> 
>> It's enlightening.
>
> In another forum I already used this video as an example myself.
>
> Please read my initial post at the top of the thread: the request for sending 
> "Signals" from one thread to one or more others, sender and  recipient can be 
> as well the main thread as a worker thread seems rather clear..

Well, if you need that: the cross application requirement makes it rather 
tricky - threads are easy in comparison - you can use dbus. 
FPC has bindings for it. No need to reinvent the wheel.

I have a class based wrapper around it. I think you can find it somewhere 
in the list of articles I published.

Michael.



More information about the fpc-devel mailing list