Skip to content

Commit e0481cb

Browse files
committed
Add !!! compat "Julia 1.3" message
1 parent eb37c0e commit e0481cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/channels.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ julia> istaskdone(taskref[])
9696
true
9797
```
9898
99+
!!! compat "Julia 1.3"
100+
The following constructors were added in Julia 1.3.
101+
99102
Other constructors:
100103
* `Channel{T}(func::Function, sz=0)`
101104
* `Channel{T}(func::Function; csize=0, taskref=nothing)`

0 commit comments

Comments
 (0)