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;
}

Reply via email to