Structs§

  • A thread-safe container that does not require default initialization. The cell may be initialized with set and then retrieved as a reference with get. Calling set is thread-safe. The cell will panic if the set function is called more than once. The cell will only drop initialized elements.