thread_local_collect

Crates.iothread_local_collect
lib.rsthread_local_collect
version1.0.1
sourcesrc
created_at2024-06-20 21:29:33.104412
updated_at2024-07-11 20:11:00.946702
descriptionSupports the collection and aggregation of thread-local data across threads.
homepage
repositoryhttps://github.com/pvillela/rust-thread-local-collect/tree/main
max_upload_size
id1278694
size193,591
Paulo Villela (pvillela)

documentation

README

thread_local_collect

This library supports the collection and aggregation of thread-local data across threads. An aggregation operation is applied to the collected thread-local values and the resulting accumulated value is made available to the library's caller. This library contains multiple modules, with varying capabilities and constraints. See the documentation for details.

Documentation

See the API documentation on docs.rs, which includes a comprehensive overview and usage examples. The source repo also contains benchmarks and additional examples.

Support

Create a new issue on GitHub.

License

This library is distributed under the terms of the MIT license, with copyright retained by the author.

See LICENSE for details.

Commit count: 0

cargo fmt