ObjFW  Hex Artifact Content

Artifact 116375820dd13854c469fcf3f6d396323b21f014bdfa3483f4e49953374b0b08:

Manifest of check-in [116375820d] - 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. by js on 2021-04-08 01:33:41.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.