Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voice.go: remove runtime.LockOSThread call from opusSender #404

Merged
merged 1 commit into from
Jul 8, 2017
Merged

voice.go: remove runtime.LockOSThread call from opusSender #404

merged 1 commit into from
Jul 8, 2017

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Jul 8, 2017

runtime.LockOSThread does not do anything for performance and is instead
intended for interfacing with libraries that use thread local data structures.

Closes #402

runtime.LockOSThread does not do anything for performance and is instead
intended for interfacing with libraries that use thread local data structures.

Closes #402
@iopred iopred merged commit d420e28 into bwmarrin:master Jul 8, 2017
@bwmarrin bwmarrin added this to the v0.17.0 milestone Sep 3, 2017
ErikMcClure pushed a commit to ErikMcClure/discordgo that referenced this pull request Aug 4, 2020
)

runtime.LockOSThread does not do anything for performance and is instead
intended for interfacing with libraries that use thread local data structures.

Closes bwmarrin#402
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants