Skip to content

mitchmindtree/latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A channel-esque type that only stores the last value that was sent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages