MaplyThreadMode
Objective-C
enum MaplyThreadMode {}
Swift
enum MaplyThreadMode : Int
Where we’d like an add to be executed. If you need immediate feedback, then be on the main thread and use MaplyThreadCurrent. Any is the default.
-
Undocumented
Declaration
Objective-C
MaplyThreadCurrent
Swift
case current = 0
-
Undocumented
Declaration
Objective-C
MaplyThreadAny
Swift
case any = 1