tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.08k stars 110 forks source link

[feature request] Configure stack size of default thread #345

Open brunowonka opened 4 months ago

brunowonka commented 4 months ago

It'd be nice to be able to configure the stack size of the default thread so it doesn't default to whatever the underlying Generator wants to use.

A 1-up here would be to use the same stack size for all spawned threads without a specified stack size.