]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/common: extract parallel_for_each into errorator-loop.h
authorXuehan Xu <xxhdx1985126@gmail.com>
Thu, 14 Oct 2021 09:41:18 +0000 (17:41 +0800)
committerXuehan Xu <xxhdx1985126@gmail.com>
Fri, 15 Oct 2021 06:28:00 +0000 (14:28 +0800)
commit055dfa8d39137e4a0cd18865624e10be7c2b828c
treed01163249fd999431518d26e99528d3a500e4e70
parentd009895a6b2147a8f6f5bb32add778acdc42d598
crimson/common: extract parallel_for_each into errorator-loop.h

otherwise, crimson::errorator<AllowedErrors...>::parallel_for_each would be
referencing incomplete crimson::parallel_for_each_state type

Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
src/crimson/common/errorator-loop.h
src/crimson/common/errorator.h