How can I change the number of threads in my jl script, like the threading pool in Python?
If there is no way to do this, can I set the number of threads Julia will use when Julia starts in VSCode?
I really don’t want to use “export JULIA_NUM_THREADS=4”, it’s only effective in a single terminal.