Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Create a new unnamed thread channel.
One use for them is to pass new unnamed channels to other threads via Channel:push on a named channel.
channel = love.thread.newChannel( )
None.
Channel channel