Documentation
¶
Overview ¶
Package static introduces static variables for functions, encapsulating all the global var guilt within this module.
Methods of this package are safe for concurrent use, but the access to returned pointers may need to be serialized for concurrent use (e.g. by a mutex within that state).
Same type parameter must be used for State calls within one function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.