Skip to content

Commit

Permalink
Add new spawn=true Channel param to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Aug 12, 2019
1 parent 90634ef commit acc1d40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ 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]).
* New `Channel(f::Function)` constructor param (`spawn=true`) to schedule created Task on
any available thread ([#...]). Also 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 acc1d40

Please sign in to comment.