File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -704,6 +704,9 @@ calls in the same process will return exactly the same value. This is useful in
704704code that will be precompiled, as it allows setting up caches or other state
705705which won't get serialized.
706706
707+ !!! compat "Julia 1.12"
708+ This type requires Julia 1.12 or later.
709+
707710## Example
708711
709712```jldoctest
@@ -814,6 +817,9 @@ if that behavior is correct within your library's threading-safety design.
814817
815818See also: [`OncePerTask`](@ref).
816819
820+ !!! compat "Julia 1.12"
821+ This type requires Julia 1.12 or later.
822+
817823## Example
818824
819825```jldoctest
@@ -942,6 +948,9 @@ exactly once per Task. All future calls in the same Task will return exactly the
942948
943949See also: [`task_local_storage`](@ref).
944950
951+ !!! compat "Julia 1.12"
952+ This type requires Julia 1.12 or later.
953+
945954## Example
946955
947956```jldoctest
You can’t perform that action at this time.
0 commit comments