I was working on something, and I was thinking about if I could use await() to wait until a condition returns true. Possibly something like this:
await(x===true);
I don't know if you can do this, but it would be very helpful if you could! Is this possible, or no? Thank you!