libtcspc.SourceHalted¶
- exception libtcspc.SourceHalted[source]¶
Bases:
ExceptionException raised by
BufferAccessor.pumpwhen the buffer was halted.A pump thread observes this (instead of returning normally) when
BufferAccessor.haltwas called before the buffer’s producer half was flushed – that is, when the source stopped without flushing. It indicates a clean (non-error) early termination of the consumer half.