Skip to content

Commit

Permalink
added doc for AbstractChannel (#30347)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored and fredrikekre committed Dec 12, 2018
1 parent 797ddbb commit dda6450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/channels.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

"""
AbstractChannel{T}
Representation of a channel passing objects of type `T`.
"""
abstract type AbstractChannel{T} end

"""
Expand Down

0 comments on commit dda6450

Please sign in to comment.