pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

Block: make prepare() public, register in managed class #206

Closed ncorgan closed 4 years ago

guruofquality commented 4 years ago

Its one of those methods like activate/deactivate which are only called by the scheduling code.

ncorgan commented 4 years ago

Ah, so the solution for Python,etc, would be to override the function and call the target language block proxy. Go ahead and close this, and I’ll open a PR for that.

On Jun 9, 2020, at 09:14, Josh Blum notifications@github.com wrote:

 Its one of those methods like activate/deactivate which are only called by the scheduling code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

guruofquality commented 4 years ago

exactly