References
Libraries
Added in version 2.4.
The possible statuses of a one-time initialization function controlled by a Once struct.
Once
The function has not been called yet.
The function call is currently in progress.
The function has been called.
OnceStatus.NOTCALLED
OnceStatus.PROGRESS
OnceStatus.READY