Thread to watch keyboard during main's infinite loop

Adam D. Ruppe destructionator at gmail.com
Thu May 7 01:48:22 UTC 2020


On Thursday, 7 May 2020 at 01:33:12 UTC, Daren Scot Wilson wrote:
>    import core.thread: sleep;

It sould be

import core.thread : Thread;

Thread.sleep(1.secs); // or whatever

sleep is a static method on the Thread class.



More information about the Digitalmars-d-learn mailing list