No. It passes "action(file)" directly in the loop, so the directory transversal will continue on other threads in thread pool, and it can return immediately.And action(file) looks like this:prettyprint 复制 (f) => { // Exceptions are no-ops. try { // Do nothing with the data ...