@onlyonce
used to run the block only once.
Jive.@onlyonce
— Macro@onlyonce(block)
used to run the block only once.
using Jive # @onlyonce
for _ in 1:10
@onlyonce begin
println(42)
end
@onlyonce(println("hello"))
end
used to run the block only once.
Jive.@onlyonce
— Macro@onlyonce(block)
used to run the block only once.
using Jive # @onlyonce
for _ in 1:10
@onlyonce begin
println(42)
end
@onlyonce(println("hello"))
end
Settings
This document was generated with Documenter.jl version 1.13.0 on Sunday 22 June 2025. Using Julia version 1.11.5.