@@ -19,6 +19,7 @@ Multi-threading changes
19
19
although it specifically does include ` BufferStream ` .
20
20
([ #32309 ] , [ #32174 ] , [ #31981 ] , [ #32421 ] ).
21
21
* The global random number generator (` GLOBAL_RNG ` ) is now thread-safe (and thread-local) ([ #32407 ] ).
22
+ * New experimental ` Threads.@spawn ` macro that runs a task on any available thread ([ #32600 ] ).
22
23
23
24
Build system changes
24
25
--------------------
@@ -104,3 +105,29 @@ Tooling Improvements
104
105
may be run using ` make -C src analyzegc ` .
105
106
106
107
<!-- - generated by NEWS-update.jl: -->
108
+ [ #23422 ] : https://github.com/JuliaLang/julia/issues/23422
109
+ [ #24353 ] : https://github.com/JuliaLang/julia/issues/24353
110
+ [ #31066 ] : https://github.com/JuliaLang/julia/issues/31066
111
+ [ #31459 ] : https://github.com/JuliaLang/julia/issues/31459
112
+ [ #31576 ] : https://github.com/JuliaLang/julia/issues/31576
113
+ [ #31654 ] : https://github.com/JuliaLang/julia/issues/31654
114
+ [ #31664 ] : https://github.com/JuliaLang/julia/issues/31664
115
+ [ #31781 ] : https://github.com/JuliaLang/julia/issues/31781
116
+ [ #31834 ] : https://github.com/JuliaLang/julia/issues/31834
117
+ [ #31838 ] : https://github.com/JuliaLang/julia/issues/31838
118
+ [ #31853 ] : https://github.com/JuliaLang/julia/issues/31853
119
+ [ #31916 ] : https://github.com/JuliaLang/julia/issues/31916
120
+ [ #31981 ] : https://github.com/JuliaLang/julia/issues/31981
121
+ [ #32002 ] : https://github.com/JuliaLang/julia/issues/32002
122
+ [ #32103 ] : https://github.com/JuliaLang/julia/issues/32103
123
+ [ #32122 ] : https://github.com/JuliaLang/julia/issues/32122
124
+ [ #32133 ] : https://github.com/JuliaLang/julia/issues/32133
125
+ [ #32174 ] : https://github.com/JuliaLang/julia/issues/32174
126
+ [ #32260 ] : https://github.com/JuliaLang/julia/issues/32260
127
+ [ #32300 ] : https://github.com/JuliaLang/julia/issues/32300
128
+ [ #32308 ] : https://github.com/JuliaLang/julia/issues/32308
129
+ [ #32309 ] : https://github.com/JuliaLang/julia/issues/32309
130
+ [ #32407 ] : https://github.com/JuliaLang/julia/issues/32407
131
+ [ #32421 ] : https://github.com/JuliaLang/julia/issues/32421
132
+ [ #32534 ] : https://github.com/JuliaLang/julia/issues/32534
133
+ [ #32600 ] : https://github.com/JuliaLang/julia/issues/32600
0 commit comments