From f5d144f6d6bad85b0ed8ed28f4f0ebe3acebfaeb Mon Sep 17 00:00:00 2001 From: t2-akhmetov <tair2.akhmetov@live.uwe.ac.uk> Date: Sat, 6 Jan 2024 10:52:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9782185..d9414fe 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ These commands compile the assembly code for context manipulation and the C++ co #### Example  #### Unit Testing -![]() + ## Task 2 In the second task of our Advanced Systems Programming assignment, we delve deeper into the concept of fibers and introduce a scheduler for managing their execution. The objective is to encapsulate the properties and behaviors of fibers within a class and implement a scheduler that allows fibers to be executed in a round-robin fashion. ### Fibers -- GitLab