-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delegates: keep a goroutine alive during the lifecycle of delegates
There's an error in the Go runtime that causes a deadlock error whenever we are waiting for a delegate callback to happen. This is because Go is not able to detect that we are going to receive a syscall in the future. See this for more information: golang/go#55015
- Loading branch information
1 parent
e4d6638
commit faacaf9
Showing
3 changed files
with
176 additions
and
0 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.