Can someone give me a little program design advice please?

Ali Çehreli acehreli at yahoo.com
Wed Jun 19 12:54:20 PDT 2013


On 06/19/2013 11:46 AM, Sean Kelly wrote:

 > 			Thread.sleep(dur!"msecs"(300));

Totally unrelated but there has been some positive changes. :) The 
following is much better:

     Thread.sleep(300.msecs);

Ali



More information about the Digitalmars-d-learn mailing list