[fpc-pascal] What's the deal with CloseThread?
    Marco van de Voort 
    marcov at stack.nl
       
    Tue Apr 23 16:30:18 CEST 2013
    
    
  
In our previous episode, Anthony Walter said:
> That is, it is okay to call BeginThread and never call CloseThread? Because
> that is how TThread currently works, and is in contradiction to the
> documentation.
If you want split hairs:
It is ok for tthread, since as in tree code it can legally use non published
interfaces, it is not ok for you :_)
    
    
More information about the fpc-pascal
mailing list