[fpc-pascal] Question: Is there a global callback, when a thread gets terminated?
Michael Schnell
MSchnell at lumino.de
Mon Feb 4 14:49:16 CET 2019
> Are threadvar variables being freed like regular managed vars
Threadvars are not freed at all. They are like global vars, only that each running thread automatically has its own copy.
-Michael
More information about the fpc-pascal
mailing list