Terminal vs main loop
migueldeicaza opened this issue · 1 comments
migueldeicaza commented
Turns out that the FileHandle.readability is running on a background thread, so I need to move that to the main thread.
Additionally, need to move the SwiftTerm processing to a dedicated thread, rather than having that on the main thread.
migueldeicaza commented
Done