libtcspc.BucketSource¶
- class libtcspc.BucketSource[source]¶
Bases:
ABCBase class for sources of
bucketstorage used by stream-processing graphs.Subclasses implement different allocation strategies (fresh allocation per request, pooled recycling, etc.) for the storage that backs the buckets emitted by processors such as
ReadBinaryStream,Batch, andAcquire.See also
- tcspc::bucket_source
The underlying C++ bucket source interface.