{{newin|[[0.9.0]]|090|type=function}}
Send a message to the thread Channel.

See [[Variant]] for the list of supported types.
== Function ==
=== Synopsis ===
<source lang="lua">
id = Channel:push( value )
</source>
=== Arguments ===
{{param|Variant|value|The contents of the message.}}
=== Returns ===
{{New feature|11.0|
{{param|number|id|Identifier which can be supplied to [[Channel:hasRead]]}}
|110}}
== See Also ==
* [[parent::Channel]]
* [[Channel:pop]]
* [[Channel:supply]]
[[Category:Functions]]
{{#set:Description=Send a message to a thread Channel.}}
== Other Languages ==
{{i18n|Channel:push}}