Difference between revisions of "Thread (Русский)"

m (Смотрите также)
m
Line 2: Line 2:
 
Поток - это часть кода, которая может выполняться параллельно с другими потоками.
 
Поток - это часть кода, которая может выполняться параллельно с другими потоками.
 
== Конструкторы ==
 
== Конструкторы ==
{{#ask: [[Category:Functions]] [[Constructs::Thread]]
+
{{#ask: [[Category:Functions]] [[Constructs::Thread (Русский)]]
 
| headers=hide
 
| headers=hide
 
| default=Нет.
 
| default=Нет.
Line 8: Line 8:
 
}}
 
}}
 
== Функции ==
 
== Функции ==
{{#ask: [[Category:Functions]] [[parent::Thread||Object]] [[Concept:Current]]
+
{{#ask: [[Category:Functions]] [[parent::Thread (Русский)||Object]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description

Revision as of 10:56, 1 August 2018

Available since LÖVE 0.7.0
This type is not supported in earlier versions.

Поток - это часть кода, которая может выполняться параллельно с другими потоками.

Конструкторы

love.thread.newThread (Русский)Создаёт новый поток из Lua файла или FileData объекта.

Функции

Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Смотрите также


Другие языки