Can you explain how Async / Await works?
Sigiloso
I explained how you'd use that syntax to call a long-running process that returns a value, to avoid blocking the main UI thread to avoid it becoming unresponsive. They looked confused at this answer, so I'm not sure what they were looking for.