Add gdb::task_group
authorTom Tromey <tom@tromey.com>
Thu, 23 Mar 2023 22:53:01 +0000 (16:53 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 9 Jan 2024 01:40:21 +0000 (18:40 -0700)
commit542e23ffbe5cd9e49c026e36533902f6df1f4021
treea22eba5148556c0d07d672101f8f323df2073411
parent4ea870efec420b8c9010a7bf397ec1806889f535
Add gdb::task_group

This adds gdb::task_group, a convenient way to group background tasks
and then call a function when all the tasks have completed.
gdbsupport/Makefile.am
gdbsupport/Makefile.in
gdbsupport/task-group.cc [new file with mode: 0644]
gdbsupport/task-group.h [new file with mode: 0644]