Tom Tromey 698facb837 Use rvalue reference in thread_pool::post_task
Tankut's recent patches made me realize that thread_pool::post_task
should have used an rvalue reference for its parameter.  This patch
makes this change.

gdbsupport/ChangeLog
2021-04-30  Tom Tromey  <tromey@adacore.com>

	* thread-pool.cc (thread_pool::post_task): Update.
	* thread-pool.h (class thread_pool) <post_task>: Take rvalue
	reference to function.
2021-04-30 10:04:56 -06:00
..
2020-10-25 21:08:49 -04:00
2021-01-22 12:43:27 -05:00
2021-02-05 13:35:20 -05:00
2021-03-24 14:57:53 -03:00
2021-03-24 14:57:53 -03:00
2021-03-24 14:57:53 -03:00
2021-03-24 14:57:53 -03:00

This is a helper library that is used by gdb and gdbserver.

To send patches, follow the gdb patch submission instructions in
../gdb/CONTRIBUTE.  For maintainers, see ../gdb/MAINTAINERS.