Skip to content

Commit dda6450

Browse files
matbesanconfredrikekre
authored andcommitted
added doc for AbstractChannel (#30347)
1 parent 797ddbb commit dda6450

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

base/channels.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3+
"""
4+
AbstractChannel{T}
5+
6+
Representation of a channel passing objects of type `T`.
7+
"""
38
abstract type AbstractChannel{T} end
49

510
"""

0 commit comments

Comments
 (0)