@@ -147,11 +147,11 @@ */ + (void)yield; #ifdef OF_HAVE_THREADS /*! - * @brief Terminates the current thread, letting it return nil. + * @brief Terminates the current thread, letting it return `nil`. */ + (void)terminate OF_NO_RETURN; /*! * @brief Terminates the current thread, letting it return the specified object. @@ -206,11 +206,11 @@ * @return The run loop for the thread */ - (OFRunLoop*)runLoop; /*! - * @brief Returns the name of the thread or nil if none has been set. + * @brief Returns the name of the thread or `nil` if none has been set. * * @return The name of the thread or nik if none has been set */ - (nullable OFString*)name;