Difference between revisions of "love.thread"
(Create love.thread page) |
(Added newin template) |
||
Line 1: | Line 1: | ||
+ | {{newin|[[0.7.0]]}} | ||
Allows you to work with threads. | Allows you to work with threads. | ||
== Types == | == Types == |
Revision as of 17:29, 20 September 2010
Available since LÖVE 0.7.0 |
It is not supported in earlier versions. |
Allows you to work with threads.
Types
Channel | An object which can be used to send and receive data between different threads. |
Thread | A Thread represents a thread. |
Functions
love.thread.getChannel | Creates or retrieves a named thread channel. |
love.thread.getThread | Look for a thread and get its object. |
love.thread.getThreads | Get all threads. |
love.thread.newChannel | Creates a new unnamed thread channel. |
love.thread.newThread | Creates a new Thread from a filename, string or FileData object containing Lua code. |
See Also
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info