AudioOutputThread.join

You should call exit instead of join. It will signal the thread to exit and then call join for you.

If you absolutely must call join, use rawJoin instead.

struct AudioOutputThread
@disable
void
join
(
bool a = false
)

Meta

History

Disabled on December 30, 2021

Suggestion Box / Bug Report