Closed oubiwann closed 6 years ago
Pubsub is now in place (as an implementation of inter-component messaging).
I think what should be done here is ...
cmr.dev.env.manager.process.io
called stream->pubsub
cmr.dev.env.manager.process.io
to a protocol and add configuration for selecting the default impl to use?cmr.dev.env.manager.process.core/spawn!
to use the configured implterminate!
and terminate-external-process!
to use the configured implDone (but not quite as planned; see 0b9f5c2 for details).
We can use the pubsub component/capability once #4 is done.