چطور کارهامون رو به صورت Async انجام بدیم با استفاده از Channel و HostedService
200, OK
https://medium.com/@mohsen_rajabi/do-async-and-concurrent-work-with-channel-in-c-part-ii-2373d9d94390 icon

چطور کارهامون رو به صورت Async انجام بدیم با استفاده از Channel و HostedService

I hope you are satisfied with this tutorial. In these two articles, we tried to tell you the ways in which we can do things with maximum efficiency in full Async, without worrying about the completion of the Request and the Disposal of our service. These have always been among the concerns of various programmers. And always using inefficient methods such as not leaving the word await 

چطور کارهامون رو به صورت Async انجام بدیم با استفاده از Channel و HostedService