{{newin|[[0.9.0]]|090|type=function}}
Retrieves the number of messages in the thread Channel queue.
== Function ==
=== Synopsis ===
<source lang="lua">
value = Channel:getCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The number of messages in the queue.}}
== See Also ==
* [[parent::Channel]]
* [[Channel:pop]]
[[Category:Functions]]
{{#set:Description=Retrieves the number of messages in the Channel queue.}}
== Other Languages ==
{{i18n|Channel:getCount}}