pipelined / pipe

DSP pipeline
MIT License
100 stars 11 forks source link

pipe.Interrupter interface #26

Closed dudk closed 5 years ago

dudk commented 5 years ago

Story: I want to interrupt components to clean up resources if pipe execution cancelled.

Add pipe.Interrupter interface and new pipe.hook for it.

This interface defines component that must be interrupted to clean up resources properly.

dudk commented 5 years ago

Already done