Implements #376 Pipeline queues
Compare changes
+ 4
− 2
@@ -358,7 +358,8 @@ ftlError_t ftlNextFrame(ftlStream_t stream) {
@@ -384,7 +385,8 @@ ftlError_t ftlDestroyStream(ftlStream_t stream) {
Queue pipelines if busy rather than just dropping them. Still drop if the queue exceeds a size limit.