Ns sleep

From AOLserver Wiki
Revision as of 06:03, 6 October 2009 by Akhassin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_sleep.html


NAME

ns_sleep - Sleep for a specified number of seconds

SYNOPSIS

ns_sleep seconds[:microseconds]

DESCRIPTION

Sleeps for the specified duration of time in seconds and optionally microseconds.

EXAMPLES

   % ns_sleep 2
   % ns_sleep 0:500000 ;#sleeps for half a second

SEE ALSO


Category Documentation - Category Core Tcl API