{{newin|[[0.9.0]]|090|type=function}}
Create a new unnamed thread channel.

One use for them is to pass new unnamed channels to other threads via [[Channel:push]] on a named channel.
== Function ==
=== Synopsis ===
<source lang="lua">
channel = love.thread.newChannel( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Channel|channel|The new Channel object.}}

== See Also ==
* [[parent::love.thread]]
* [[Constructs::Channel]]
[[Category:Functions]]
{{#set:Description=Creates a new unnamed thread channel.}}
== Other Languages ==
{{i18n|love.thread.newChannel}}