2009-01-14 20:51:17 +00:00
|
|
|
/*
|
|
|
|
NOTE: This file is not used - it is here just for reference. The
|
|
|
|
real module is defined internally in timer.d.
|
|
|
|
*/
|
|
|
|
|
|
|
|
singleton timer;
|
2009-02-08 18:41:03 +00:00
|
|
|
|
|
|
|
// Sleep the given number of seconds
|
2009-01-14 20:51:17 +00:00
|
|
|
idle sleep(float secs);
|