Differences From Artifact [023cda67c9]:
- File
src/OFThreadPool.m
— part of check-in
[0fea69d149]
at
2013-07-04 13:59:28
on branch trunk
— Remove useless barriers.
We don't care about the order here, we only care about getting the
update. The barrier is only useful to force the order. (user: js, size: 6965) [annotate] [blame] [check-ins using]
To Artifact [2aadc2da3a]:
- File src/OFThreadPool.m — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 6971) [annotate] [blame] [check-ins using]
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 * Jonathan Schleifer <js@webkeks.org> * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in * the packaging of this file. |
︙ | ︙ |