Index: src/OFThread.m ================================================================== --- src/OFThread.m +++ src/OFThread.m @@ -287,12 +287,11 @@ } #endif - (id)main { - @throw [OFNotImplementedException exceptionWithClass: [self class] - selector: _cmd]; + [[OFRunLoop currentRunLoop] run]; return nil; } - (void)handleTermination