ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
Go to the source code of this file.
Classes | |
class | ucommon::Timer |
class | ucommon::TimerQueue |
class | ucommon::TimerQueue::event |
Namespaces | |
ucommon | |
Typedefs | |
typedef TimerQueue::event | ucommon::TQEvent |
typedef Timer | ucommon::timer_t |
Realtime timers and timer queues. This offers ucommon support for realtime high-resolution threadsafe timers and timer queues. Threads may be scheduled by timers and timer queues may be used to inject timer events into callback objects or through virtuals.
Definition in file timers.h.