Michal Klimczak
01/17/2021, 9:09 PMCoroutineScopes
cheap? Can I just create a MainScope()
or sth for e.g. every usecase execution or does it come with some significant overhead?
it's a specific use case in kotlin multiplatform where I would rather create it every time than reuse it for a much more concise code.Dominaezzz
01/17/2021, 9:36 PM