Why use infinite loops?

前端 未结 14 1961
深忆病人
深忆病人 2021-02-08 13:34

Another poster asked about preferred syntax for infinite loops.

A follow-up question: Why do you use infinite loops in your code? I typically see a construct like

14条回答
  •  遥遥无期
    2021-02-08 14:01

    I use them to write Linux daemons / services that loop until kill / other termination signals are received.

提交回复
热议问题