Closed abbiemery closed 1 year ago
Now there are a number of messages types being produced and consumed by components it could be nice to have an alias for such messages.
ComponentOutput = Union[Interrupt, Output, ComponentException] ComponentInput = Union[Input, StopComponent]
As discussed in #115 there are options here to have Input or Output classes generic over the type of message.
Now there are a number of messages types being produced and consumed by components it could be nice to have an alias for such messages.
As discussed in #115 there are options here to have Input or Output classes generic over the type of message.