arrow-fx / arrow.fx.internal / Platform / maxStackDepthSize
const val ~~maxStackDepthSize~~: Int
Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/
Establishes the maximum stack depth for IO#map operations.
The default is 128, from which we substract one as an
optimization. This default has been reached like this:
Function1 references uses
approximately 32 bytes of stack space on a 64 bits system;
this could be lower if “compressed oops” is activatedDo you like Arrow?
✖