.Net
How to mark channel as completed when empty?
Hi, I’m trying to learn about channels in c# and I’m attempting to build a concurrent webcrawler to do so. So I have an unbounded channel linksToCrawl. when I consume a message (a url), I Read more…