cwCommonImpl.h : Update comments.
This commit is contained in:
parent
0a0dc2e87b
commit
18e78ad206
@ -179,7 +179,7 @@ namespace cw
|
|||||||
|
|
||||||
void sleepSec( unsigned secs ); // sleep seconds
|
void sleepSec( unsigned secs ); // sleep seconds
|
||||||
void sleepMs( unsigned ms ); // sleep milliseconds
|
void sleepMs( unsigned ms ); // sleep milliseconds
|
||||||
void sleepUs( unsigned us ); // sleep seconds
|
void sleepUs( unsigned us ); // sleep microseconds
|
||||||
void sleepNs( unsigned ns ); // sleep nanoseconds
|
void sleepNs( unsigned ns ); // sleep nanoseconds
|
||||||
|
|
||||||
template< typename T >
|
template< typename T >
|
||||||
|
Loading…
Reference in New Issue
Block a user