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
704
704
code that will be precompiled, as it allows setting up caches or other state
705
705
which won't get serialized.
706
706
707
+ !!! compat "Julia 1.12"
708
+ This type requires Julia 1.12 or later.
709
+
707
710
## Example
708
711
709
712
```jldoctest
@@ -814,6 +817,9 @@ if that behavior is correct within your library's threading-safety design.
814
817
815
818
See also: [`OncePerTask`](@ref).
816
819
820
+ !!! compat "Julia 1.12"
821
+ This type requires Julia 1.12 or later.
822
+
817
823
## Example
818
824
819
825
```jldoctest
@@ -942,6 +948,9 @@ exactly once per Task. All future calls in the same Task will return exactly the
942
948
943
949
See also: [`task_local_storage`](@ref).
944
950
951
+ !!! compat "Julia 1.12"
952
+ This type requires Julia 1.12 or later.
953
+
945
954
## Example
946
955
947
956
```jldoctest
You can’t perform that action at this time.
0 commit comments