ObjFW  Diff

Differences From Artifact [3cdaff788f]:

To Artifact [a4d123787e]:


918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
		}

		[threads makeImmutable];
		_threadPool = [threads copy];
	}
#endif

	((OFTCPSocket *)_listeningSocket).delegate = self;
	[_listeningSocket asyncAccept];

	objc_autoreleasePoolPop(pool);
}

- (void)stop
{







|







918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
		}

		[threads makeImmutable];
		_threadPool = [threads copy];
	}
#endif

	_listeningSocket.delegate = self;
	[_listeningSocket asyncAccept];

	objc_autoreleasePoolPop(pool);
}

- (void)stop
{