Skip to content

v0.2.1

Compare
Choose a tag to compare
@austinjones austinjones released this 31 Aug 16:39
· 16 commits to master since this release
ebf1201
  • 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