Class dummy_mutex
boost::signals2::dummy_mutex — Fake mutex which does nothing.
Synopsis
class dummy_mutex : public noncopyable {
public:
();
();
();
};
Description
You may wish to use the dummy_mutex
class for the Mutex
template type of your signals if you are not concerned about thread safety.
This may give slightly faster
performance, since dummy_mutex
performs no actual locking.
();
No effect.
();
No effect.
();
No effect.