From 92de09e9175989d8509e1e2824f55c41434bdaf6 Mon Sep 17 00:00:00 2001 From: James Robb Date: Tue, 19 May 2020 10:06:23 +0000 Subject: [PATCH] Slightly awkward wording. --- src/0_background_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/0_background_information.md b/src/0_background_information.md index a897785..01093a9 100644 --- a/src/0_background_information.md +++ b/src/0_background_information.md @@ -93,7 +93,7 @@ runtime. ## 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 task(thread) to another by doing a "context switch".