Closed eriq-augustine closed 12 years ago
There is an infinite sleep in init.rb (end of the main thread).
It would be better if we could go without this.
Perhaps we can have main stop itself. Or maybe we could have each other thread own a reference to the main thread?
Done. 12ea964a4cd2821fd86f12e49b73d2810cf6a2f1
There is an infinite sleep in init.rb (end of the main thread).
It would be better if we could go without this.
Perhaps we can have main stop itself. Or maybe we could have each other thread own a reference to the main thread?