OnceStatus

Added in version 2.4.

class OnceStatus

The possible statuses of a one-time initialization function controlled by a Once struct.

Fields

class OnceStatus
NOTCALLED

The function has not been called yet.

PROGRESS

The function call is currently in progress.

READY

The function has been called.