{{newinoldin|[[0.7.0]]|070|[[0.9.0]]|090|type=function}}
Get all threads.
== Function ==
=== Synopsis ===
<source lang="lua">
threads = love.thread.getThreads( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|threads|A table containing all threads indexed by their names.}}

== See Also ==
* [[parent::love.thread]]
[[Category:Functions]]
{{#set:Description=Get all threads.}}
== Other Languages ==
{{i18n|love.thread.getThreads}}