Views
love.thread
Available since LÖVE 0.7.0 |
This module is not supported in earlier versions. |
Allows you to work with threads.
![]() | love.graphics and love.thread don't play nice together. Don't call love.graphics functions from a Thread. |
Contents |
Types
Thread | A Thread represents a thread. |
Functions
love.thread.getThread | Look for a thread and get its object. |
love.thread.getThreads | Get all threads. |
love.thread.newThread | Creates a new Thread from a File or Data Object. |