{{newinoldin|[[0.7.0]]|070|[[0.9.0]]|090|type=function|text=It has been moved to the [[Channel]] api}}
Retrieves the value of a message, but leaves it in the thread's message box. The name of the message can be any string. The value of the message can be a boolean, string, number or a LÖVE userdata. It returns nil, if there's no message with the given name.
== Function ==
=== Synopsis ===
<source lang="lua">
value = Thread:peek( name )
</source>
=== Arguments ===
{{param|string|name|The name of the message.}}
=== Returns ===
{{param|boolean, number, string or LÖVE userdata|value|The contents of the message.}}
== See Also ==
* [[parent::Thread]]
[[Category:Functions]]
{{#set:Description=Receive a message from a thread, but leave it in the message box.}}
== Other Languages ==
{{i18n|Thread:peek}}