Ns sleep

From AOLserver Wiki
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