]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/async: Add concepts.h
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 18 Apr 2025 00:08:36 +0000 (20:08 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 7 Aug 2025 19:00:00 +0000 (15:00 -0400)
commit654131c5436133c68a2c53d8efb0879e6ab8cf45
treed903621187b916850e2852f6e7e69da2c714728a
parent8993477b68f34146ae916824a6f0fd0019ce7330
common/async: Add concepts.h

Asio does not have nearly as many actual explicit concepts one can use
as one might like.

And there's no reason we might not want our own asynchrony-related concepts.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 07c77b0c886799ec0cfa7419ecdb72cb242f6af7)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/async/concepts.h [new file with mode: 0644]