Skip to content

Introduce post_scan method for workers

Tim Schoof requested to merge post_scan into master

A worker can implement a post_scan method to receive stream info and stream meta at the end of a stream. As the end of a stream cannot be determined reliably, the post_scan method can be called multiple times even before the stream actually ends. It is also not guaranteed that the post_scan method is called when the stream info or stream meta changes.

Merge request reports