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.
1 parent e376fcc commit b1d152dCopy full SHA for b1d152d
base/channels.jl
@@ -63,6 +63,7 @@ Channel(sz=0) = Channel{Any}(sz)
63
64
Create a new task from `func`, bind 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
68
`func` must accept the bound channel as its only argument.
69
0 commit comments