You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to be more versatile.. and to allow blocks to be driven by systems that spawn their own threads... come up with a way to "handle" a block's actor from an arbitrary thread context. One really good use case would be using the Qt main applicaiton thread to run the block so there would not be any thread issues between widget access and other block actions.
From @guruofquality on August 19, 2014 7:24
In an effort to be more versatile.. and to allow blocks to be driven by systems that spawn their own threads... come up with a way to "handle" a block's actor from an arbitrary thread context. One really good use case would be using the Qt main applicaiton thread to run the block so there would not be any thread issues between widget access and other block actions.
Copied from original issue: pothosware/pothos-library#66
The text was updated successfully, but these errors were encountered: