What's the equivalent of sleep(), wait(), or pause()
Regan Heath
regan at netwin.co.nz
Sat Jul 8 17:15:47 PDT 2006
On Sat, 08 Jul 2006 19:06:13 -0500, Dave <Dave_member at pathlink.com> wrote:
> sleep doesn't have > 1 sec. resolution, std.c.time.msleep is not in the
> std. C RT lib. on Linux systems, and usleep is deprecated on Linux, so
> the need is there for one.
FYI; There exists a function called "nanosleep" on some unix OS's.
Regan
More information about the Digitalmars-d-learn
mailing list