async

fun async(context: CoroutineContext?): Process.Builder(source)

DEFAULT: Dispatchers.IO (Jvm/Native), Dispatchers.Default (Js/WasmJs)

Configure the CoroutineContext to utilize for createProcessAsync. If null, the DEFAULT will be used.