Godot 4 and coroutines

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kelaia

Does godot 4 still have coroutines? I saw that the ‘yield’ keyword was removed and the keyword ‘await’ can be used instead, thats the only change? Can I still use gdscript functions as proper coroutines (instead of just ‘yield to a signal’)?