Speaking for the GNU Radio side: All GNU Radio Blocks run in their separate, "real" thread and hence are actually fully concurrent. All resulting thread-safety concerns do arise.
Best regards, Marcus Müller On Sun, 2019-03-10 at 11:56 +0000, Benny Alexandar via USRP-users wrote: > Hi All, > > Its known that using Python threads won't result in teh concurrency > for process oriented functions. Unless you use process instead of > threads you won't get concurrency in Python. > > How it is managed in UHD or Gnu Radio ? > > -ben > _______________________________________________ > USRP-users mailing list > [email protected] > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
