sleep.milli {RandomFieldsUtils}R Documentation

Sleep

Description

Process sleeps for a given amount of time

Usage

sleep.milli(n)
sleep.micro(n)

Arguments

n

integer. sleeping time units

Value

No value is returned.

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de

Examples

## next command waits half a second before returning
sleep.milli(500)

[Package RandomFieldsUtils version 0.5.3 Index]