Cavecrush
Cavecrush
CC#
Created by Cavecrush on 9/3/2024 in #help
Help on how async/await works
That makes sense, I have another question - A lot of the examples online mention using asynchronous code to not block a UI thread while doing some long running operation, by UI thread does it mean: One specific thread which is always doing the UI work, or that by using asynchronous code there will only ever be one thread which is doing UI work?
12 replies
CC#
Created by Cavecrush on 9/3/2024 in #help
Help on how async/await works
Im asking more about what exactly it means by yielding control somewhere else
12 replies