Here is an updated video on the Await expression in Verse:
• Await, Signal, and the Event Class in...
Today we are taking a quick look at the Await ( ) method or expression in Verse and how it can be used as a part of a race expression. Await suspends a task until it is signaled. It is a useful method but not necessarily well-advertised. We also explore the Verse documentation and talk about the need to declare a winner if using the race expression.