remote-trait-object
remote-trait-object copied to clipboard
A simple and powerful Rust remote method invocation library based on trait objects
https://github.com/CodeChain-io/remote-trait-object/blob/7ac07c741059ae583a05143a62cd6b07898e1c0b/remote-trait-object/src/context.rs#L63 Currently, it fails to drop the context when the port is still held by others. But, there is no way to guarantee whether all other holders released before the...
`remote-trait-object` is responsible only for one single port-port pair. Having multiple rto contexts in a single _module_ (which is not on the layer that rto cares) is something that upper...