[fpc-pascal] TThread.Priority when ?
Michael Van Canneyt
michael at freepascal.org
Sat Jul 29 16:18:45 CEST 2017
On Sat, 29 Jul 2017, fredvs wrote:
> Hello.
>
> When TThread.Priority will be implemented ?
When someone finds it important enough to make an implementation.
> Why not give a compiler message that TThread.Priority is not yet implemented
> when using it ?
Because
1. AFAIK it is implemented for windows, but this must be checked.
2. TThread relies on the underlying threadmanager to do the actual work.
The compiler therefor does not actually know if it is implemented when
you use it.
Michael.
More information about the fpc-pascal
mailing list