Module tokio::util::sync_wrapper

source ·
Expand description

This module contains a type that can make Send + !Sync types Sync by disallowing all immutable access to the value.

A similar primitive is provided in the sync_wrapper crate.

Structs§