Crates.io | thread_local_collect |
lib.rs | thread_local_collect |
version | 1.0.1 |
source | src |
created_at | 2024-06-20 21:29:33.104412 |
updated_at | 2024-07-11 20:11:00.946702 |
description | Supports the collection and aggregation of thread-local data across threads. |
homepage | |
repository | https://github.com/pvillela/rust-thread-local-collect/tree/main |
max_upload_size | |
id | 1278694 |
size | 193,591 |
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.
See the API documentation on docs.rs, which includes a comprehensive overview and usage examples. The source repo also contains benchmarks and additional examples.
Create a new issue on GitHub.
This library is distributed under the terms of the MIT license, with copyright retained by the author.
See LICENSE for details.