1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 03:29:48 +02:00

Update 110-scheduler.md (#6173)

fix typo
This commit is contained in:
spanwalla
2024-07-18 16:25:43 +08:00
committed by GitHub
parent cde6990d21
commit 8f60bb58f6

View File

@@ -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)
- [@video@Go scheduler: Implementing language with lightweight concurrency](https://www.youtube.com/watch?v=-K11rY57K7k&ab_channel=Hydra)