The desciption on the doc is:
Sets the stack size (in bytes) for worker threads.
The actual stack size may be greater than this value if the platform specifies minimal stack size.
The default stack size for spawned threads is 2 MiB, though this particular stack size is subject to change in the future.
Whats the propurse of this stack?
Is something related the number of poll functions that the worker can call for a single future or something?