Crate storage_map

Source

Structs§

  • StorageMap is a wrapper around HashMap that allows efficient concurrent access for the use case when only rarely the missing elements need to be created.
  • An element guard that releases the lock when dropped.

Enums§