I’m trying to find a practical use for System.Threading.CompressedStack. Something cool, not “Oh, we can move the stack from one thread to another for fun”, but rather when one would actually want to do that or whatever else you can do with this fun little class.
I’m trying to find a practical use for System.Threading.CompressedStack . Something cool, not Oh,
Share
This is really designed for internal use by the framework. From the documentation: