Possible implementation backends of async methods
| 44 | |
| 45 | // Possible implementation backends of async methods |
| 46 | enum class AsyncImpl { Callback, Future, Awaitable }; |
| 47 | |
| 48 | /** |
| 49 | * Generate proxy code - client glue |
nothing calls this directly
no outgoing calls
no test coverage detected