ObjFW  Hex Artifact Content

Artifact 2e31ed4971a15eb3a73abc9b34c29cf534f9f81996e34907db6e32d7c05c46d7:

  • File src/ObjFW.h — part of check-in [116375820d] at 2021-04-08 01:33:41 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: 6794) [annotate] [blame] [check-ins using] [more...]


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