love.thread.newChannel

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Create a new thread channel.

Function

Synopsis

channel = love.thread.newChannel( )

Arguments

None.

Returns

Channel channel
A channel object which can be further manipulated.

See Also

Other Languages