wusyong/smol-potat

Avoid setting the SMOL_THREADS environment variable

Opened this issue · 0 comments

#crate_root::std::env::set_var(
"SMOL_THREADS",
#threads,
);

This is hacky and potentially unsound. See here.