Davio
02/09/2024, 12:49 PMparMap
has a context parameter which is set to EmptyCoroutineContext
by default, does this mean the outer context is lost or does it just mean that by default, it does not do any further specialization of the outer context?Alejandro Serrano.Mena
02/09/2024, 12:59 PMCoroutineContext
-aware functions merge the new context with the actual one (everything in kotlinx.coroutines
works in that way)