📅  最后修改于: 2022-03-11 14:58:25.283000             🧑  作者: Mango
Multithreading is a model of program execution
that allows for multiple threads to be created
within a process, executing independently but
concurrently sharing process resources.
Depending on the hardware, threads can run
fully parallel if they are distributed to their own CPU core.