mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 16:50:25 +02:00
+ Small nuance in thread availability
This commit is contained in:
parent
5ddc5782e1
commit
d97a312be5
@ -4742,7 +4742,8 @@ reloaded by program code into the menus \dots
|
||||
\section{Introduction}
|
||||
\fpc supports thread programming: There is a language construct
|
||||
available for thread-local storage (\var{ThreadVar}), and cross-platform
|
||||
low-level thread routines are available.
|
||||
low-level thread routines are available for those operating systems that
|
||||
support threads.
|
||||
|
||||
The compiler must be told to enable threading in a program. This is done
|
||||
using the \var{\{\$THREADING\}} directive:
|
||||
|
Loading…
Reference in New Issue
Block a user