Hi! I am designing a block, owning an inner object, and now both will need a communication way. Since it's just one way, your buffer fulfills all my need.
Do you think I should use a synchronisation object (e.g. mutex)? The inner object could possibly have an own event processing loop, i.e. can be a separate thread, and the outer block will be in a flow graph. I know that they are implementation details, but I thought it's better to reuse them instead of writing a new implementation. Dominik _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio