Crate crossbeam [] [src]

Support for concurrent and parallel programming.

This crate is an early work in progress. The focus for the moment is concurrency:

Modules

epoch

Epoch-based memory management

sync

Synchronization primitives.

Structs

CachePadded

Pad T to the length of a cacheline.

Scope
ScopedJoinHandle

A handle to a scoped thread

Traits

ZerosValid

Types for which mem::zeroed() is safe.

Functions

builder_spawn_unsafe

Like std::thread::Builder::spawn, but without the closure bounds.

scope

Create a new scope, for deferred destructors.

spawn_unsafe

Like std::thread::spawn, but without the closure bounds.