Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/sleep.refentry @ 763:0f86bfb2a40c
Addition of Koronis Rift files
author | boisy |
---|---|
date | Fri, 10 Jan 2003 18:54:38 +0000 |
parents | 85f6bd08ee7e |
children | 57b5e715a417 |
line wrap: on
line source
<refentry id="sleep"> <refnamediv> <refname>Sleep</refname> <refpurpose>stop execution for a time</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>sleep</function></funcdef> <paramdef>seconds <parameter>seconds</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> The current task is stopped for the specified time. </para> <para> If "seconds" is zero, the task will sleep for one tick. </para> </refsect1> </refentry>