๐ฐthread
JS โฉ async code โฉ thread
A thread is another running program whose execution may be interleaved with other programs by the operating system โ since most modern computers contain multiple processors, multiple threads may even run at the same time, on different processors.
Last updated