back

by anderspitman·6y ago·view on hn ↗
Does this work over arbitrary concurrency barriers (ie a network), or is it for libraries only?
2 comments
In principle, the compile time code generation involved can generate arbitrary wrappers including networked RPC. It wouldn't be terribly hard. It just hasn't been done yet as far as I know.
This. You definitely aren't attempting to build a service in one heap/address space if you're using an RPC IDL.
You'd be surprised...