remotely
remotely copied to clipboard
Allow for environments to be added
@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and we can do something like:
(env1 |+| env2).serve(addr) ...
This would allow for remote functions to be logically grouped, and the later composed.