objc

NXThread.h
Go to the documentation of this file.
1 
9 #pragma once
10 #include "NXTimeInterval.h"
11 
21 @interface NXThread : NXObject
22 
27 + (void)sleepForTimeInterval:(NXTimeInterval)interval;
28 
29 @end
A class for managing and interacting with threads.
Definition: NXThread.h:21
int64_t NXTimeInterval
Time interval type representing nanoseconds as a 64-bit signed integer.
The base class for objects in the Foundation framework.
Definition: NXObject.h:21
Time interval type and constants for duration measurements.