Are you there, asynchronously written value?
问题 The last couple of days I've been reading about async/await. Yesterday I found this video on Channel 9 what made wonder about some things. Please consider the slide below. Aside from the issues Lucian Wischik addresses, I wondered about variable assignment. Say we changed the async void into async Task , and added await before the SendData call. This enables us to get the stream, assign the variable m_GetResponse , wait for two seconds and print it. But what happens to the variable? It could