When you accidentally forget the input parameter and write ```julia julia> ThreadPools.qmap(1:10) do 0 end ... ``` It just hangs forever. I would hope it could produce an error instead when the input arguments are incorrect in some way.