Comment on Concurrency in Swift: One possible approachparentComments−kllrnohj9yOne thing I will say though is that you can't shrink the stackIt'd be manual but you could madvise it to shrink. Unlikely to be worth the effort unless you have one code flow that has a particularly deep stack vs. the common case, though.
Comments
It'd be manual but you could madvise it to shrink. Unlikely to be worth the effort unless you have one code flow that has a particularly deep stack vs. the common case, though.