Slightly awkward wording.

This commit is contained in:
James Robb
2020-05-19 10:06:23 +00:00
parent aeb1c93449
commit 92de09e917

View File

@@ -93,7 +93,7 @@ runtime.
## Green threads ## Green threads
Green threads use the same mechanism as an OS does by creating a thread for Green threads use the same mechanism as an OS - creating a thread for
each task, setting up a stack, saving the CPU's state, and jumping from one each task, setting up a stack, saving the CPU's state, and jumping from one
task(thread) to another by doing a "context switch". task(thread) to another by doing a "context switch".