Content deleted Content added
PierreAbbat (talk | contribs) Forth meaning of the term |
m see also "thread safety" |
||
Line 31:
prevent data from being simultaneously modified, or read while in the process of being
modified.
'''See also:''' [[Thread safety]]
----
The term "thread" is used in a completely different sense in [[Forth]]. There it means a form of code consisting entirely of subroutine calls, written without the subroutine call instruction, and processed by an interpreter.
|