ObjFW  Hex Artifact Content

Artifact 7d07fd2fda95f2d274cfb680853491f9a20cfd209a93e637bdb089836a5a6f8f:

  • File src/Makefile — 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: 6221) [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.