Currently we can only store subjects of a single type. If we had an encoder/decoder API we might be able to store subjects from different topics and return them accordingly.
let subject: process.Subject(String) = process.new_subject()
chip.register(registry, subject, to_event, from_event)
Currently we can only store subjects of a single type. If we had an encoder/decoder API we might be able to store subjects from different topics and return them accordingly.