3 Ways To Avoid Deadlocks In C# Asynchronous Programming (2024)

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 2

  • @axelbreekweg
    @axelbreekweg 3 місяці тому +1

    Just a quick note, async void may be the quickest way to solve these issues, however, if any kind of exception occurs in an async void method, your entire application will crash. It won't matter if you wrap it inside of a try catch block.

  • @atrizzstinks
    @atrizzstinks 6 місяців тому +2

    this dude is mad underrated