You missed the point. There is a big difference between saying:
-
launch()
returns a Job object that is a handle to the launched coroutine (documentation)
And:
- Job object is handle to a launched coroutine. (your first post)
First sentence does not really imply the second one.