ObjFW  Check-in [116375820d]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.0
Files: files | file ages | folders
SHA3-256: 116375820dd13854c469fcf3f6d396323b21f014bdfa3483f4e49953374b0b08
User & Date: js on 2021-04-08 01:33:41
Other Links: branch diff | manifest | tags
Context
2021-04-08
17:29
Merge trunk into 1.0 branch check-in: 205e68365b user: js tags: 1.0
01:33
Add back OFThreadPool check-in: 116375820d user: js tags: 1.0
2021-04-07
22:38
Merge trunk into 1.0 branch check-in: 5234b350ac user: js tags: 1.0
2019-12-15
15:37
Remove OFThreadPool check-in: 38cf0b9cef user: js tags: 1.0
Changes