forked from karalabe/hid
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read/read timeout: read again if the underlaying system call has been…
… interrupted by a signal some backgroud: go1.14 introduced preemtible goroutines on some arches. therefor check against interruption by a signal and do the read again. this should not afect other platforms
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 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