Since OTP 21 none of the built-in things use async threads (they migrated to dirty schedulers and dirty NIFs), so it doesn’t make much sense to spawn those threads. There’s still one of them in case you have some custom linked-in port drivers using them.
On previous versions the file ports were using async threads.