OnceStatus
Description:
public enum OnceStatus
The possible statuses of a one-time initialization function controlled by a Once struct.
Content:
Enum values:
- NOTCALLED - the function has not been
called yet.
- PROGRESS - the function call is currently
in progress.
- READY - the function has been called.