MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / lock.rs

File lock.rs

aiscript-arena/src/lock.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! GC-aware interior mutability types.
2
3use core::{
4 cell::{BorrowError, BorrowMutError, Cell, Ref, RefCell, RefMut},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected