func logDidAppend()

in PoC/iOS/Bluetooth Tracing PoC/Sources/ViewController.swift [57:61]


    func logDidAppend(with message: String) {
        DispatchQueue.main.async {
            self.textView.text += message
        }
    }