Why the call method to runloop.run in the Mac OS console application creates additional threads?

Viewed 1891

I make experiment with RunLoop. I was create simple Mac OS console application and call only one line of code.

RunLoop.current.run()

After that in Debug navigator appearance second thread. Why?

enter image description here enter image description here

1 Answers
Related