]> git-server-git.apps.pok.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>
Wed, 6 Aug 2025 18:50:36 +0000 (14:50 -0400)
commit07c77b0c886799ec0cfa7419ecdb72cb242f6af7
tree9b04da6f1217a78710176caaeb7e9e3305f9f6c7
parent26ef4862c6a267ea7f788e80fc5cf076ef33a3ee
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>
src/common/async/concepts.h [new file with mode: 0644]