Add comment.

This commit is contained in:
Arijit Das
2020-06-01 15:19:32 +05:30
parent 21e0a2f8c2
commit c1f14e8cfb
+1
View File
@@ -52,6 +52,7 @@ func Start(plugins *InOutPlugins, stop chan int) {
}
}
// Close closes all the goroutine and waits for it to finish.
func Close(quit chan int) {
closeOnce.Do(func() {
close(quit)