guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

can blocks be created without thread pools? - delay until runtime #81

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

This would allow for making light blocks that dont engage in scheduler runtime until start is actually called.

Doing so would mean deferring creation of the Theron::Actor, but making the rest of the block's guts.

guruofquality commented 11 years ago

the default thread will be quite, and with actor migration, we can change things at runtime, so no:

Actor migration merged https://github.com/guruofquality/gras/commit/b7c8f27d47ca78d2b07e7a4cb53d1c8df6eb32d6