v0.2.1
- Implement Sender/Receiver for the subscription channel
- Implement clone for LifelineSender & LifelineReceiver (where the wrapped sender/receiver implements clone). This allows you to write
impl Sender<MyStruct> + Clone
- Fix a stack overflow with the watch::Sender due to trait method resolution.
- Fix an Rx/Tx typo in DynBusStorage::clone_rx
- Move SendError to
lifeline::error
, add an impl Channel example