convert(_:withFlavor:toThread:)

Converts a thread state from the current thread to another thread.

ThreadStateConvert.swift:62
static func convert<DataType>(_ state: DataType, withFlavor flavor: Mach.ThreadStateFlavor, toThread: Mach.Thread) throws -> DataType where DataType : BitwiseCopyable