Hacker News new | ask | show | jobs
by sebazzz 1736 days ago
Without knowing what the underlying method does, the async method may block the UI thread because until the first await which doesn't immediately continue it runs on the UI thread.