Expand description
Synchronization mechanisms based on the Python GIL.
Structs
- A write-once cell similar to
once_cell::OnceCell. - Value with concurrent access protected by the GIL.
Synchronization mechanisms based on the Python GIL.
once_cell::OnceCell.