A further-subdivided unit of execution within a process.
A lighter-weight unit of execution that runs concurrently within a process while sharing its memory space. Because it shares the same address space, it's faster than inter-process communication, but concurrent access to shared data requires mutual exclusion.
© 2026 ITBGM