Timeline for Async wrapper around public API
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 6, 2014 at 2:06 | comment | added | svick |
@Prescott Because that Task that's returned by Get already behaves exactly the way you want. So you don't need to create another Task that awaits the original one, you can just return the original directly.
|
|
| Jul 5, 2014 at 20:18 | comment | added | Prescott |
Can you explain your simplification of removing the async and ConfigureAwait(false). Why are they unnecessary?
|
|
| Jun 30, 2014 at 11:33 | history | edited | svick | CC BY-SA 3.0 |
added 1 character in body
|
| Jun 30, 2014 at 9:50 | history | answered | svick | CC BY-SA 3.0 |