Timer

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 21 18:31:17 PDT 2016


On Tuesday, 21 June 2016 at 23:15:58 UTC, Joerg Joergonson wrote:
> Does D have a timer?

You could make one with threads or timeouts, or event loop and 
GUI libraries have one.

Like simpledisplay.d has a Timer class 
http://dpldocs.info/experimental-docs/arsd.simpledisplay.Timer.html and i'm sure the others do too.


More information about the Digitalmars-d-learn mailing list