MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / rayoff.rs

File rayoff.rs

src/rayoff.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use once_cell::unsync::OnceCell;
2use std::slice::ChunksMut;
3
4pub(crate) struct ThreadLocal<T>(OnceCell<T>);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected