SkillAgentSearch skills...

Crossbeam Utils

Utilities for concurrent programming

Install / Use

/learn @crossbeam-rs/Crossbeam Utils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NOTE: This crate has been moved into the crossbeam repository.

Do not use this repository.

Utilities for concurrent programming

Build Status License Cargo Documentation

This crate provides utilities for concurrent programming.

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-utils = "0.5"

Next, add this to your crate:

extern crate crossbeam_utils;

The minimum required Rust version is 1.26.

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks7

Languages

Rust

Security Score

90/100

Audited on Feb 8, 2026

No findings