const MIN_RUNTIME_THREADS: usize = 2;
The minimum number of worker threads for runtimes sized by CPU count. A single-threaded runtime can easily deadlock in async code.