Learning Golang: Concurrency Patterns Fan-In and Fan-Out



Learning Golang: Concurrency Patterns Fan-In and Fan-Out

Learning Golang: Concurrency Patterns Fan-In and Fan-Out

Welcome! Let’s learn about Go/Golang Concurrency Patterns, this time we are covering Fan-in and Fan-Out!

* What is a Fan-In Concurrency Pattern in Go/Golang?
Consolidation of multiple channels into one channel by multiplexing each received value.

* What is a Fan-Out Concurrency Pattern in Go/Golang?
Breakup of one channel into multiple ones by distributing each value.

RELEVANT LINKS

* Example code: https://github.com/MarioCarrion/videos/tree/3107ff408e0db59b5e9ae07412460375aeb8786a/2021/08/19

* Previous Episode: “Learning Golang: Introduction to Concurrency Patterns, goroutines and channels” https://youtu.be/-xEycsoGoA8
*”Golang Microservices: Graceful Shutdown”: https://youtu.be/VXxe7-b5euo

* Playlist “Software Architecture in Go”: https://www.youtube.com/playlist?list=PL7yAAGMOat_GCd12Lrv_evJ3Zhv1dl8B-
* Playlist “Learning Go”: https://www.youtube.com/playlist?list=PL7yAAGMOat_F7bOImcjx4ZnCtfyNEqzCy
* Playlist “Building Microservices in Go”: https://www.youtube.com/playlist?list=PL7yAAGMOat_Fn8sAXIk0WyBfK_sT1pohu
* Playlist “GoTools and Packages”: https://www.youtube.com/playlist?list=PL7yAAGMOat_HEEOvH99agDs_5g51A0Ls3
* Playlist “Testing in Go”: https://www.youtube.com/playlist?list=PL7yAAGMOat_HSeW4zF0uRL9EaHadE4ZZq

00:00 Intro
00:25 What is Fan-In Concurrency Pattern?
01:06 Example of Fan-In Concurrency Pattern
07:56 What is Fan-Out Concurrency Pattern?
09:07 Example of Fan-In Concurrency Pattern
12:18 Conclusion

Who am I:

HelloπŸ‘‹πŸΌ! I’m Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices.

Every week I will share with you different topics I’ve learned while working for small startups and large companies including the processes I’ve followed over the years for successfully delivering complex enterprise systems from start to end.

Subscribe if you like Software Development, Software Architecture and Systems Design!

Keep it up. Don’t give up!

#golang #tutorial #concurrency

— Our affiliate links below

Shop our Amazon favorites β†’ https://www.amazon.com/shop/rubycarrion
Shop my IG feed on my LIKEtoKNOWit (LTK) page β†’ https://www.liketoknow.it/RubyCarrion
Shop Top Deals and Featured Offers at Best Buy β†’ https://bestbuy.7tiv.net/c/2558226/687081/10014
Get a 30 day FREE Trial of Epidemic Sound β†’ https://www.epidemicsound.com/referral/szx441/
Try Amazon Prime 30-day FREE Trial β†’ https://amzn.to/3yf9a0f
I love getting Cash Back and think you will too! Join for FREE and get $30 when you spend $30. https://www.rakuten.com/r/RUBYRA132?eeid=28187

— Our Vlog Channel

https://www.youtube.com/c/RubyCarrion/videos

Comments are closed.