Closed bmegli closed 1 year ago
Short description
This would be really simple hack.
Pros:
Cons:
Implement thread for each substream.
Those would just sleep, wake up on new data and sleep again.
Pros:
Cons:
This solution has many flavours like raw threads, glib threads (that could be passed the buffer signal).
Implemented option "Thread-per-substream"
Solution for problem in:
There are some options.
Ideally this should be thread-per-substream processor or thread-pool.