Hacker News new | past | comments | ask | show | jobs | submit login

await PostPicToServiceAsync(mFile.GetStream (), tagsCtrl.Tags);

Seems to be equivalent to a blocking call of old, or am I missing something?




Yes, you are :-)

The compiler rewrites your code to schedule all next lines as a continuation. There is no blocking.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: