Autosave: 2024-06-27 06:30:04
This commit is contained in:
parent
db4140c321
commit
09f22d0a65
2 changed files with 5 additions and 3 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -18,10 +18,12 @@ If the program is strictly sequential, once the program starts the download, the
|
||||||
UI is neglected since the CPU time dedicated to the process must be focused
|
UI is neglected since the CPU time dedicated to the process must be focused
|
||||||
elsewhere.
|
elsewhere.
|
||||||
|
|
||||||
We need the updating of the UI and the download to execute in parallel. This is
|
We need the UI update and the download to execute in parallel. This is achieved
|
||||||
achieved via operating system **threads of execution**.
|
via operating system **threads of execution**.
|
||||||
|
|
||||||
> A thread is a schedulable unit of execution within a process.
|
> A thread is a schedulable unit of execution within a process. It runs within a
|
||||||
|
> process, shares its memory address and can execute any program code loaded
|
||||||
|
> within it.
|
||||||
|
|
||||||
## Related notes
|
## Related notes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue