Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhotoRecognizersPool ¶
type PhotoRecognizersPool struct {
In chan *file.FileInfo
Out chan *RecognizedPhoto
Done chan struct{}
WorkersNumber int
}
func (*PhotoRecognizersPool) Run ¶
func (frp *PhotoRecognizersPool) Run(queueSize int, finished *sync.WaitGroup) chan *RecognizedPhoto
type RecognizedPhoto ¶
Click to show internal directories.
Click to hide internal directories.