[fpc-devel] Threads and alot of crap continued
Marco van de Voort
marcov at stack.nl
Wed Nov 8 11:33:03 CET 2006
> If you take a look the start of this thread, I mentioned that after
> implementing Delphi/Lazarus like behavior for the main thread without
> the need for a GUI, I'd like to enhance the concept by optionally having
> an TApplication object for any thread
Not every thread or program is event driven. To be honest I have missed that
term entirely till now.
Also I think a base thread should remain free from this. You can of course
create a descendant of tthread that is event driven (e.g. messagequeue, pump
and list of known events/methodvars in overriden tthread.execute)
More information about the fpc-devel
mailing list