public class CocoaUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CocoaUtils
public CocoaUtils()
-
Method Details
-
dispatch_async
public static void dispatch_async(Runnable r)
- Parameters:
r - a Runnable object.
-
dispatch_sync
public static void dispatch_sync(Runnable r)
- Parameters:
r - a Runnable object.