From de1f143b53681fb53445b341ac34145b22f80108 Mon Sep 17 00:00:00 2001 From: j2-seechurn <jevhan2.seechurn@live.uwe.ac.uk> Date: Sat, 18 Jan 2025 13:49:06 +0000 Subject: [PATCH] Update file README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b0bb4..8dc30ba 100644 --- a/README.md +++ b/README.md @@ -869,7 +869,8 @@ enum class FiberState { #### 7.2.4 State Tracking in Fiber Class - +This snippet shows how the tracking state is implemented within the Fiber class, adding the ability to maintain and update the +Fibers current state. ``` cpp class Fiber { @@ -965,3 +966,5 @@ In order to run:  ## 9. Conclusion + +With all Tasks completed along with the Novel Features implemented, this conclused the Assignmnet. \ No newline at end of file -- GitLab