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