lovr.thread.getChannel

Edit

Returns a named Channel for communicating between threads.

channel = lovr.thread.getChannel(name)

Arguments

NameTypeDescription
namestring The name of the Channel to get.

Returns

NameTypeDescription
channelChannel The Channel with the specified name.

See also