tokio_two_join_set 0.0.0

A two-JoinSet that keeps only the oldest and newest Tokio tasks.
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented0 out of 19 items with examples
  • Size
  • Source code size: 24.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SichangHe/tokio_two_join_set
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SichangHe

Provides the [TwoJoinSet] useful for tasks that are constantly rerun to get the latest result but also need to complete from time to time to provide intermediate results. Please see the documentation for [TwoJoinSet] for more details.