Other Functions

The following functions are available globally.

  • Creates proxy class to connect iOS threading to C++

    Declaration

    Swift

    public func makeIOSPlatformThreading() -> PlatformThreading

    Return Value

    Implementation of threading interface.

  • Undocumented

    Declaration

    Swift

    public func synchronized<Result>(_ lock: Any, closure: () -> Result) -> Result