[fpc-devel] property syntax extension
Micha Nelissen
micha at neli.hopto.org
Mon Oct 22 10:28:02 CEST 2007
Michael Schnell wrote:
> programmed like that using a thread it defines) but uses a thread the
> program that sets the handler property defines ? Here the programmer
> does not need to write code that passes the parameters to the thread:
> the RTL does all this dirty stuff, helping less advanced programmers to
> do threaded applications <like it's usually done with ADA>.)
Are you sure this would make things easier? Code in the handler needs to
be thread safe. Starting a thread is very easy, with TThread?
Or do you mean you want something like work queues?
Micha
More information about the fpc-devel
mailing list