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

Function

Synopsis

channel = love.thread.newChannel( )

Arguments

None.

Returns

Channel channel
A unnamed channel object which can be further manipulated.

See Also

Other Languages