love.thread.newChannel
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.
Function
Synopsis
channel = love.thread.newChannel( )
Arguments
None.
Returns
Channel channel
- The new Channel object.
Please login to continue.