Open
Description
Interested in supporting external ASIO/gRPC C++, with a connection to Dart via isolate bridge.
It's there an easy way to pass off a serialized gRPC messages in Dart to a virtual isolate, and parse incoming message from an isolate?
I have an isolate zero-copy "bridge" working in both C++ and Rust.