Timer

Chris wendlec at tcd.ie
Mon Feb 17 03:08:14 PST 2014


The D way of implementing a timer? I need to (automatically) 
execute a function that performs a clean up, say every hour.

if (file.older than 1 hour) {
     remove;
}


More information about the Digitalmars-d-learn mailing list