Expand description
Various utilities used for other implementations
Structsยง
- User
Data - A wrapper for user data, able to store any type, and correctly handling access from a wrong thread
- User
Data Map - A storage able to store several values of
UserData
of different types. It behaves similarly to aTypeMap
.