[][src]Module abscissa_core::application::lock

Wrapper for thread-safe Abscissa Application state access.

Structs

Lock

RwLock for accessing Application state.

Reader

Wrapper around a RwLockReadGuard for reading global application state.

Writer

Wrapper around a RwLockReadGuard for reading global application state.