Debug proxy cpp example

This commit is contained in:
Jackson Coxson
2025-08-15 16:38:56 -06:00
parent 94a361eb4e
commit 46635e162a
7 changed files with 398 additions and 6 deletions

View File

@@ -66,7 +66,6 @@ class AppService {
connect_rsd(Adapter& adapter, RsdHandshake& rsd, FfiError& err);
// Factory: from socket Box<dyn ReadWrite> (consumes it).
// Only use if you actually obtain such a pointer from C.
static std::optional<AppService> from_readwrite_ptr(ReadWriteOpaque* consumed, FfiError& err);
// nice ergonomic overload: consume a C++ ReadWrite by releasing it