Add more into golang concurrency
This commit is contained in:
@@ -141,6 +141,10 @@ For instance, take into account the snaptshot above. If you already know how to
|
|||||||
* Go
|
* Go
|
||||||
* Concurrency
|
* Concurrency
|
||||||
* [Concurrency in Go](https://learning.oreilly.com/library/view/concurrency-in-go/9781491941294/) 📕 💰
|
* [Concurrency in Go](https://learning.oreilly.com/library/view/concurrency-in-go/9781491941294/) 📕 💰
|
||||||
|
* [Concurrency Patterns in Go](https://www.youtube.com/watch?v=YEKjSzIwAdA 📼 🆓)
|
||||||
|
* Channels
|
||||||
|
* [How do channels work? - Kavya Joshi - GopherCon 2017](https://www.youtube.com/watch?v=KBZlN0izeiY) 📼🆓⭐️
|
||||||
|
* [Practical Channel Work](https://www.youtube.com/watch?v=S11VFAMEs6E) 📼 🆓
|
||||||
* Garbage Collector
|
* Garbage Collector
|
||||||
* [Golang's Realtime GC in Theory and Practice](https://www.youtube.com/watch?v=bMujSVMarqY) 📼 🆓
|
* [Golang's Realtime GC in Theory and Practice](https://www.youtube.com/watch?v=bMujSVMarqY) 📼 🆓
|
||||||
* [Garbage Colletor Handbook](https://learning.oreilly.com/library/view/the-garbage-collection/9781315388007/) 📕 💰
|
* [Garbage Colletor Handbook](https://learning.oreilly.com/library/view/the-garbage-collection/9781315388007/) 📕 💰
|
||||||
@@ -573,6 +577,8 @@ For instance, take into account the snaptshot above. If you already know how to
|
|||||||
* [LFS - Linux from Scratch Book](http://www.linuxfromscratch.org/lfs/downloads/8.4/LFS-BOOK-8.4.pdf) 📼 🆓
|
* [LFS - Linux from Scratch Book](http://www.linuxfromscratch.org/lfs/downloads/8.4/LFS-BOOK-8.4.pdf) 📼 🆓
|
||||||
* systemd
|
* systemd
|
||||||
* [systemd Essentials](https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal) 📰 🆓
|
* [systemd Essentials](https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal) 📰 🆓
|
||||||
|
* File System
|
||||||
|
* [Linux File System/Structure Explained](https://www.youtube.com/watch?v=HbgzrKJvDRw) 📼 🆓
|
||||||
* Debug
|
* Debug
|
||||||
* Core Dumps
|
* Core Dumps
|
||||||
* [Debugging with Core Dumps](https://www.youtube.com/watch?v=GV10eIuPs9k) 📼 🆓
|
* [Debugging with Core Dumps](https://www.youtube.com/watch?v=GV10eIuPs9k) 📼 🆓
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ graph TD
|
|||||||
PL --> SysPL[Systems Programming Languages]
|
PL --> SysPL[Systems Programming Languages]
|
||||||
SysPL --> Rust
|
SysPL --> Rust
|
||||||
SysPL --> Go
|
SysPL --> Go
|
||||||
|
Go --> GoRoutines
|
||||||
|
Go --> Channels
|
||||||
|
Go --> Select
|
||||||
|
Go --> GC
|
||||||
PL --> ScrPL[Script Programming Languages]
|
PL --> ScrPL[Script Programming Languages]
|
||||||
ScrPL --> Ruby
|
ScrPL --> Ruby
|
||||||
ScrPL --> Python
|
ScrPL --> Python
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 315 KiB |
Reference in New Issue
Block a user