Module swc_core::base::atoms::once_cell::sync

Available on crate feature __base only.
Expand description

Thread-safe, blocking version of OnceCell.

Structs§

  • A value which is initialized on the first access.
  • A thread-safe cell which can be written to only once.