[][src]Module shine_stdext::unnamedstore

Structs

Index

Reference counted indexing of the store items in O(1).

ReadGuard

Guarded read access to a store

Store

Thread safe resource store. Simmilar to the HashStore, but items can be aquired only by index, no unique key is present and once all the indices are dropped, item cannot be retreaved from the store.

WriteGuard

Guarded update access to a store