File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed
Pkg-537a70350545bfd8f4fe915c6ec9a06708958bb7.tar.gz
Pkg-df09a610dad721771243cabcb387324d883ca6c9.tar.gz Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Multi-threading changes
75
75
76
76
* Locks now automatically inhibit finalizers from running, to avoid deadlock ([ #38487 ] ).
77
77
* New function ` Base.Threads.foreach(f, channel::Channel) ` for multithreaded ` Channel ` consumption ([ #34543 ] ).
78
+ * There is no longer a restriction on the number of threads ([ #36778 ] ).
78
79
79
80
Build system changes
80
81
--------------------
Original file line number Diff line number Diff line change
1
+ c09d8e4ba28b2a980982086a7a271367
Original file line number Diff line number Diff line change
1
+ a148610b9ab6481243d29bf73e83f8bc9d8f3df3fc533abb69113e46dba695b524d2cc5717ab3d743d7a0e32454c2acb633686652e41b692e7cb7a0c8000a543
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -190,11 +190,9 @@ a master process to establish a connection before dying.
190
190
### [ ` JULIA_NUM_THREADS ` ] (@id JULIA_NUM_THREADS)
191
191
192
192
An unsigned 64-bit integer (` uint64_t ` ) that sets the maximum number of threads
193
- available to Julia. If ` $JULIA_NUM_THREADS ` exceeds the number of available
194
- CPU threads (logical cores), then the number of threads is set to the number of CPU threads. If
195
- ` $JULIA_NUM_THREADS ` is not positive or is not set, or if the number of CPU
196
- threads cannot be determined through system calls, then the number of threads is
197
- set to ` 1 ` .
193
+ available to Julia. If ` $JULIA_NUM_THREADS ` is not positive or is not set, or if
194
+ the number of CPU threads cannot be determined through system calls, then the number
195
+ of threads is set to ` 1 ` .
198
196
199
197
!!! note
200
198
Original file line number Diff line number Diff line change 1
1
PKG_BRANCH = release-1.6
2
- PKG_SHA1 = df09a610dad721771243cabcb387324d883ca6c9
2
+ PKG_SHA1 = 537a70350545bfd8f4fe915c6ec9a06708958bb7
You can’t perform that action at this time.
0 commit comments