Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
5
internal/domains/transcoder/queue.go
Normal file
5
internal/domains/transcoder/queue.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package transcoder
|
||||
|
||||
func (t *Transcoder) QueueChannel() chan struct{} {
|
||||
return t.transcodeQueue
|
||||
}
|
||||
Reference in New Issue
Block a user