I think they meant that the main cost of a new thread that you'd like to create is the time it takes to spawn (i.e., the time it takes to set up the new thread and get it ready to run) and NOT the memory that gets allocated for it, nor the operating system overhead of keeping it around afterwards, etc, etc.
(I'm not agreeing or disagreeing; I'm only trying to helpfully clarify)
(I'm not agreeing or disagreeing; I'm only trying to helpfully clarify)