Godot Version
4.3.dev3
Question
How do I wait one frame or another short amount of time from a non-Node extending script? I don’t have access to the Timer node or the tree.
For context: I’m trying to make a one-liner awaitable HTTP Client, but I cant find a way of calling poll() without an infinite loop?