c++-gtk-utils
Classes | Namespaces
notifier.h File Reference

This file provides a Notifier class to provide thread-safe signalling between a worker thread and the main program thread. More...

Go to the source code of this file.

Classes

class  Cgu::Notifier
 Provides thread-safe signalling between a worker thread and the main program thread. More...

Namespaces

namespace  Cgu
namespace  Cgu::Thread

Detailed Description

This file provides a Notifier class to provide thread-safe signalling between a worker thread and the main program thread.

For further details read this: Notifier.