Content deleted Content added
m rephrase |
+pl |
||
Line 1:
[[pl:Wątek (informatyka)]]
Many [[programming language]]s, [[operating system]]s, and other software development environments support what are called "'''threads'''" of execution. Threads are similar to [[computer process|processes]], in that both represent a single sequence of instructions executed in parallel with sequences, either by [[time slicing]] or [[multiprocessing]]. This allows a program to split itself into two or more simultaneously running tasks.
|