MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / AsyncImpl

Enum AsyncImpl

tools/xml2cpp-codegen/ProxyGenerator.cpp:46–46  ·  view source on GitHub ↗

Possible implementation backends of async methods

Source from the content-addressed store, hash-verified

44
45// Possible implementation backends of async methods
46enum class AsyncImpl { Callback, Future, Awaitable };
47
48/**
49 * Generate proxy code - client glue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected