launch starts the coroutine without blocking the c...
# coroutines
f
launch starts the coroutine without blocking the current thread, so it will run at some point, most likely after your second print in a small example like this (although if you run it enough you might get it to work once in a while)