pub type Delivery<M> = (Incomings<M>, Outgoings<M>);
state-machine
Delivery implementation used in the state machine