@@ -18654,9 +18654,7 @@ return {
}
},
constructors = {
- {
- "lovr.thread.getChannel"
- }
+ "lovr.thread.getChannel"
{
@@ -18741,9 +18739,7 @@ return {
- "lovr.thread.newThread"
+ "lovr.thread.newThread"
related = {
"lovr.threaderror",
@@ -7,5 +7,5 @@ return {
`Channel:push` and `Channel:pop`. The following types of data that can be passed through
Channels: nil, boolean, number, string, and any LÖVR object.
]],
- constructor = { 'lovr.thread.getChannel' }
+ constructor = 'lovr.thread.getChannel'
@@ -6,7 +6,7 @@ return {
variables and functions of other threads. Communication between threads is limited and is
accomplished by using `Channel` objects.
- constructor = { 'lovr.thread.newThread' },
+ constructor = 'lovr.thread.newThread',
'lovr.threaderror',
'Channel'