Artifact 1d33cef32f4a42aa58b4ab25f25bf0894ffd4d0b9e36fb0f5a4a4a91dee68d2c:
- File
src/OFThreadPool.m
- 2021-03-07 20:25:21 — part of check-in [1b82d3bf4f] on branch trunk — *.m: Fold methods into one line where it fits (user: js, size: 6551) [annotate] [blame] [check-ins using]
-
2021-04-08 01:33:41
— part of check-in
[116375820d]
on branch 1.0
— Add back OFThreadPool
While something similar can be achieved by spawning OFThreads and
dispatching to their run loops, this means dispatching work to a
specific thread, while OFThreadPool will create a pool of threads and
not assign any job to a specific thread - instead, the first thread to
become ready will pick up the next job until there's no work left. (user: js, size: 6551) [annotate] [blame] [check-ins using]