Timeline for async/await - when to return a Task vs void?
Current License: CC BY-SA 4.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Nov 8, 2022 at 1:58 | comment | added | zeroG | @shanavascet then what is difference beetwen classic void method and void task? | |
Jul 15, 2022 at 16:30 | comment | added | shanavascet | the void async method used for event handlers. So its necessary to use async where you don't want to wait for the completion. | |
Sep 25, 2021 at 9:01 | history | edited | David Klempfner | CC BY-SA 4.0 |
added 10 characters in body
|
Sep 19, 2019 at 11:31 | history | edited | kowsky | CC BY-SA 4.0 |
added 9 characters in body
|
Sep 20, 2018 at 16:21 | history | answered | Serg Shevchenko | CC BY-SA 4.0 |