We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bind
Channel
1 parent 2270fcd commit d4f2e8aCopy full SHA for d4f2e8a
base/channels.jl
@@ -61,7 +61,7 @@ Channel(sz=0) = Channel{Any}(sz)
61
"""
62
Channel{T=Any}(func::Function, size=0; taskref=nothing, spawn=false, threadpool=nothing)
63
64
-Create a new task from `func`, bind it to a new channel of type
+Create a new task from `func`, [`bind`](@ref) it to a new channel of type
65
`T` and size `size`, and schedule the task, all in a single call.
66
The channel is automatically closed when the task terminates.
67
0 commit comments