migueldeicaza/TermKit

Terminal vs main loop

migueldeicaza opened this issue · 1 comments

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.