
Locking & async/await
You may have noticed that the C# compiler gets very upset if you try to use an `await` inside a `lock` statement. There is a reason for this but what if you need synchronization when calling async methods?
Richard Blewett
Tue, 10 Dec 2019