Isn't this behavior contradicting the docs? ```julia $ julia +beta -t 1,1 julia> fetch(Threads.@spawn :interactive Threads.threadpool()) :default # expecting :interactive julia> Threads.nthreads() 1 # expecting 2 ```