[][src]Module rustc_data_structures::flock

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Simple file-locking apis for each OS.

This is not meant to be in the standard library, it does nothing with green/native threading. This is just a bare-bones enough solution for librustdoc, it is not production quality at all.

Modules

os [
Experimental
]

Structs

Lock [
Experimental
]