{{newin|[[11.0]]|110|type=function}}
Gets whether a pushed value has been popped or otherwise removed from the Channel.
== Function ==
=== Synopsis ===
<source lang="lua">
hasread = Channel:hasRead( id )
</source>
=== Arguments ===
{{param|number|id|An id value previously returned by [[Channel:push]].}}
=== Returns ===
{{param|boolean|hasread|Whether the value represented by the id has been removed from the Channel via [[Channel:pop]], [[Channel:demand]], or [[Channel:clear]].}}
== See Also ==
* [[parent::Channel]]
* [[Channel:push]]
* [[Channel:pop]]
* [[Channel:demand]]
* [[Channel:clear]]
[[Category:Functions]]
{{#set:Description=Gets whether a pushed value has been popped or otherwise removed from the Channel.}}
== Other Languages ==
{{i18n|Channel:hasRead}}