On 04/30/2014 04:24 PM, Damian Day wrote:

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

Going off topic, the UFCS syntax makes that code much more readable. :)

    Thread.sleep(20.msecs);

Ali

Reply via email to