Threading
public class Threading
extension Threading: NativeBase
extension Threading: Hashable
Initializes threading support on native side.
-
Sets threading bridge which is used for interaction with the platform side.
Declaration
Swift
public static func setPlatformThreading(platformThreading: PlatformThreading)Parameters
platformThreadingPlatform threading bridge which should be implemented on the platform side.
-
Returns threading bridge which was set before.
Declaration
Swift
public static func getPlatformThreading() -> PlatformThreadingReturn Value
Current platform threading bridge.