From 8f60bb58f64f9fdedc79dd12e5fc277f272ac021 Mon Sep 17 00:00:00 2001 From: spanwalla <33371858+spanwalla@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:25:43 +0800 Subject: [PATCH] Update 110-scheduler.md (#6173) fix typo --- .../roadmaps/golang/content/101-go-advanced/110-scheduler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/golang/content/101-go-advanced/110-scheduler.md b/src/data/roadmaps/golang/content/101-go-advanced/110-scheduler.md index c1aee8662..fbfbedede 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/110-scheduler.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/110-scheduler.md @@ -1,6 +1,6 @@ # Go Scheduler -Go Scheduler allows us to understand more deeply about how Golang works internally. In terms of logical prcoessors, +Go Scheduler allows us to understand more deeply about how Golang works internally. In terms of logical processors, cores, threads, pool cache, context switching etc. The Go scheduler is part of the Go runtime, and the Go runtime is built into your application @@ -9,4 +9,4 @@ Visit the following resources to learn more: - [@article@OS Scheduler](https://www.ardanlabs.com/blog/2018/08/scheduling-in-go-part1.html) - [@article@Go Scheduler](https://www.ardanlabs.com/blog/2018/08/scheduling-in-go-part2.html) - [@article@Illustrated Tales of Go Runtime Scheduler](https://medium.com/@ankur_anand/illustrated-tales-of-go-runtime-scheduler-74809ef6d19b) -- [@video@Go scheduler: Implementing language with lightweight concurrency](https://www.youtube.com/watch?v=-K11rY57K7k&ab_channel=Hydra) \ No newline at end of file +- [@video@Go scheduler: Implementing language with lightweight concurrency](https://www.youtube.com/watch?v=-K11rY57K7k&ab_channel=Hydra)