Skip to content

Commit

Permalink
Added new Channel constructor to news
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Aug 9, 2019
1 parent 3a547d0 commit b04fb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Multi-threading changes
([#32309], [#32174], [#31981], [#32421]).
* The global random number generator (`GLOBAL_RNG`) is now thread-safe (and thread-local) ([#32407]).
* New experimental `Threads.@spawn` macro that runs a task on any available thread ([#32600]).
* Simplified the `Channel` constructor, which is now easier to read and more idiomatic julia.
The old constructor (which used kwargs) is still available, but use is discouraged ([#30855], [#32818]).

Build system changes
--------------------
Expand Down

0 comments on commit b04fb84

Please sign in to comment.