Since you do not have to wait for a list to be generated ( stop and go ) or allocate a thread to processing the loop ( pipelining ) this can be the most efficient method .
由于您无需 等待一个列表生成 完毕(停止并前进)或者分配一个线程用于处理 循环(并行管道),这可能是最有效率的方法了。
To wait all we do is put the thread into a busy loop ( a spin ) .
为了让线程 等待,我们只需将线程执行一个忙 循环(自旋)。
And we won 't wait here one hundred seconds for it to finish but we 're using the loop we 're updating a variable and we 're formatting it in a nice way .
我们将不会 再这里 等待100秒来 等它完成,但是我们使用 循环,我们更新一个变量,我们把它排成一个漂亮的格式。
美[wet lup]英[weit lu:p]
等待循环