-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle all SRT_E values and create typed errors that can be checked by consumers of srtgo library. Based on the runtime syscall.Errno code. In all functions that can return an srt error value the OS thread is locked, to make sure golang does not schedule is away from the thread. This is needed since srt stores it's error value in thread local storage.
- Loading branch information
Gijs Peskens
authored
Jul 19, 2021
1 parent
2161119
commit 056991b
Showing
3 changed files
with
248 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.