roam-task-local 3.0.0

Task-local storage for async tasks, vendored from BugenZhao/task-local
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented6 out of 11 items with examples
  • Size
  • Source code size: 16.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fasterthanlime

Task-local storage for asynchronous tasks.

This crate provides a way to store task-local values across .await points. It was extracted from the tokio::task_local module and can be used independently of the Tokio runtime.

Vendored from https://github.com/BugenZhao/task-local with minor modifications.