MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::CallbackLock< T > Class Template Reference

This is required for implementing the clonable channel. More...

#include <ValueStreamChannels.hpp>

Public Member Functions

 ~CallbackLock ()
 

Detailed Description

template<typename T>
class Showcase::CallbackLock< T >

This is required for implementing the clonable channel.

Constructor & Destructor Documentation

template<typename T >
Showcase::CallbackLock< T >::~CallbackLock ( )

Is this prone to starve clone-functions of channels because the lock is freed before waiting condition is notified?