Add async publish/remote_actor replacements to MM
Add a managing typed actor to the MM offering asynchronous pub and get operations. Put is used by `publish()`, meaning to "put" a port/actor mapping to the MM. Get is used by `remote_actor()`, meaning to "get" a proxy instance from the MM. Closes #209.
Showing
Please register or sign in to comment