]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/async: fold async_spawn_throttle_impl into spawn_throttle_impl 64624/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 22 Jul 2025 19:01:12 +0000 (15:01 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 28 Jul 2025 15:56:24 +0000 (11:56 -0400)
commitc2e0c157d03adb16baa83dc968ec065de10f299a
tree7dc967ed3de12123cdc7b2f72cfaab2a68ec6286
parent4956c638e61ab77470a935f254a46dc1b0ec4705
common/async: fold async_spawn_throttle_impl into spawn_throttle_impl

spawn_throttle_impl was a virtual base class for the sync_ and async_
variants. with the sync variant removed, combine the classes into one
and remove the use of virtual functions

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/async/detail/spawn_throttle_impl.h
src/common/async/spawn_throttle.h