latest 0.1.1

A channel-esque type that only stores the last value that was sent.
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented0 out of 25 items with examples
  • Size
  • Source code size: 12.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • mitchmindtree/latest
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mitchmindtree

latest Build Status

A module for a channel that acts exactly as std::sync::mpsc::channel does, but rather than storing messages in an underlyhing queue, it only stores the latest message.