We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
404823a
Once.run(() -> ... your code here ...) Will execute that code once and only once.
Once.run(() -> ... your code here ...)