]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbsupport: factor out work queue from parallel-for.h
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 19 Sep 2025 20:27:03 +0000 (16:27 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Sep 2025 19:37:20 +0000 (19:37 +0000)
commit20e3867ad8935f5f5c52ea31ae3fa1f0cc449256
treee3dc999359effa44cbe295dc43e2b6ea9be30d7d
parent0f5b90c2dc59ed82fd148e86c26efc1bf378eb76
gdbsupport: factor out work queue from parallel-for.h

In preparation for a following patch that will re-use the shared work
queue algorithm, move it to a separate class.

Change-Id: Id05cf8898a5d162048fa8fa056fbf7e0441bfb78
Approved-By: Tom Tromey <tom@tromey.com>
gdbsupport/parallel-for.h
gdbsupport/work-queue.h [new file with mode: 0644]