| Posisjon | Domene | Side | Handlinger |
|---|---|---|---|
| 1 | en.wikipedia.org | /wiki/thread_(comput... | |
|
Tittel
Thread (computing)
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler. |
|||
| 2 | stackoverflow.com | /questions/5201852/w... | |
|
Tittel
What is a "thread" (really)?
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
A thread is a coding construct unaffect by the architecture of an application. A single process frequently may contain multiple threads. |
|||
| 3 | developer.mozilla.org | /en-us/docs/glossary... | |
|
Tittel
Thread - MDN - Mozilla
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
11 июл. 2025 г. — Thread in computer science is the execution of running multiple tasks or programs at the same time . Each unit capable of executing code is called a thread. |
|||
| 4 | reddit.com | /r/explainlikeimfive... | |
|
Full URL
Tittel
ELI5
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
A thread is a logical branch of the program which can be executed in parallel with other threads of the same program. Also threads can ... |
|||
| 5 | doc.rust-lang.org | /book/ch16-01-thread... | |
|
Tittel
Using Threads to Run Code Simultaneously
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
Programming languages implement threads in a few different ways, and many operating systems provide an API the language can call for creating new threads . The ... |
|||
| 6 | onyxgs.com | /blog/threading-codi... | |
|
Tittel
Threading in Coding
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
Threading is a way for a program to execute multiple tasks concurrently . Think of a thread as a separate path of execution within a program. |
|||
| 7 | geeksforgeeks.org | /operating-systems/t... | |
|
Tittel
Thread in Operating System
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
23 июл. 2025 г. — A thread is a single sequence stream within a process . Threads are also called lightweight processes as they possess some of the properties of processes. |
|||
| 9 | codequoi.com | /en/threads-mutexes-... | |
|
Tittel
Threads, Mutexes and Concurrent Programming in C
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
Here, we will concentrate on threads and how to deal with the dangers that come with their shared memory with mutexes. |
|||
| 10 | learn.microsoft.com | /en-us/dotnet/standa... | |
|
Tittel
Using threads and threading - .NET
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
4 окт. 2022 г. — Learn about using threads and threading in .NET , so you can write applications to perform many operations at the same time (multithreading). |
|||
| 11 | w3schools.com | /java/java_threads.a... | |
|
Tittel
Java Threads
Sist oppdatert
N/A
Sideautoritet
N/A
Trafikk:
N/A
Tilbakekoblinger:
N/A
Sosiale aksjer:
N/A
Lastetid:
N/A
Forhåndsvisning av utdrag:
Threads allows a program to operate more efficiently by doing multiple things at the same time. Threads can be used to perform complicated tasks in the ... |
|||