This ensures that tq_receive() will always return EOF after all streams were receive-finished, even though the sending side might not have closed them yet. This may allow the receiver to avoid manually tracking which streams it has already closed.
It does not cause any issues in current callers, but still should not happen.
It is similar to AVThreadMessageQueue, but supports multiple streams, each with its own EOF state.