swift
Classes | Namespaces | Functions
threadutils.h File Reference

Go to the source code of this file.

Classes

class  swift::misc::CThreadUtils
 Utility class for threaded operations. More...
 

Namespaces

 swift::misc
 Free functions in swift::misc.
 

Functions

template<typename F >
auto swift::misc::singleShot (int msec, QObject *target, F &&task)
 Starts a single-shot timer which will call a task in the thread of the given object when it times out. More...