1 simple call adds 6 methods: ``` launch { ...
# coroutines
t
1 simple call adds 6 methods:
Copy code
launch {
            print("hello")
        }