gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept
GNU General Public License v3.0
22 stars 16 forks source link

Generalized callbacks that are synchronized with work() #223

Open mormj opened 2 years ago

mormj commented 2 years ago

Right now callbacks are done the "old" way where it is a free for all when they get called

Need to standardize how these function signatures look so they can go into the message queues and be handled in between work() calls

mormj commented 2 years ago

Need to be done like the parameter query and change methods