nn::os::Thread::Sleep Member Function

Syntax

#include <nn/os.h>

static void Sleep(
     nn::fnd::TimeSpan span
);

Arguments

Name Description
in span Duration to sleep for

Return Values

None.

Description

Puts the current thread to sleep for the time specified.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL