-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove conn mutex for exporting process
Golang Conn objects are "thread-safe" and multiple goroutines may invoke methods on a Conn simultaneously. The Golang standard library will take care of serializing the call correctly. So we can remove this extra mutex.
- Loading branch information
1 parent
b66c703
commit ff181f9
Showing
1 changed file
with
0 additions
and
9 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