Difference between revisions of "love.thread (Français)"
(initial copy from english version) |
(translate what is possible) |
||
Line 1: | Line 1: | ||
{{newin|[[0.7.0]]|type=module}} | {{newin|[[0.7.0]]|type=module}} | ||
− | + | Vous permet d'utiliser les threads. | |
− | {{notice|[[love.graphics]] | + | {{notice|[[love.graphics]] et [[love.thread]] ne fonctionne pas bien ensemble. N'appelez pas les fonctions love.graphics depuis un [[Thread]].}} |
== Types == | == Types == | ||
{{#ask: [[Category:Types]] [[parent::love.thread]] | {{#ask: [[Category:Types]] [[parent::love.thread]] | ||
Line 7: | Line 7: | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | == | + | == Fonctions == |
{{#ask: [[Category:Functions]] [[parent::love.thread]] | {{#ask: [[Category:Functions]] [[parent::love.thread]] | ||
| headers=hide | | headers=hide |
Revision as of 17:17, 30 March 2011
Available since LÖVE 0.7.0 |
This module is not supported in earlier versions. |
Vous permet d'utiliser les threads.
love.graphics et love.thread ne fonctionne pas bien ensemble. N'appelez pas les fonctions love.graphics depuis un Thread. |
Contents
Types
Channel | An object which can be used to send and receive data between different threads. |
Thread | A Thread represents a thread. |
Fonctions
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
Other Languages
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