lovr.thread.getChannel
EditReturns a named Channel for communicating between threads.
channel = lovr.thread.getChannel(name)Arguments
| Name | Type | Description |
| name | string | The name of the Channel to get. |
Returns
| Name | Type | Description |
| channel | Channel | The Channel with the specified name. |