This video covers the concept of C# channels (System.Threading.Channels), basic usages, caveats and advanced examples, from simple to complex.
And happy new year 2022!
Channels Demo Code:
https://github.com/xiaomi7732/CodeWit...
NumberIt (CodeName:K) source code:
https://github.com/xiaomi7732/CodeWit...
Discord server for Code w/ Saar: / discord
Reach me on twitter @CodeWithSaar
If you want to buy me a coffee: https://www.buymeacoffee.com/codewith...
Chapters
00:00 Intro
00:41 The experience without Channel
01:25 What is Channel
02:40 Basic code example
09:26 Code Example: Real channel code in NumberIt(CodeNameK)
12:54 Code Example: The technique to persistent data from a channel, and resume when app restarts