or another suspending function ‣ Blocks the coroutine, won’t block current thread ‣ Coroutine builders takes suspending function as parameter CoroutineScope.launch( context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit ): Job