Module once_cell::sync [−][src]
Thread-safe, blocking version of OnceCell.
Structs
| Lazy | A value which is initialized on the first access. |
| OnceCell | A thread-safe cell which can be written to only once. |
Thread-safe, blocking version of OnceCell.
| Lazy | A value which is initialized on the first access. |
| OnceCell | A thread-safe cell which can be written to only once. |