eckit::Thread class

Derived classes

template<class Traits>
class DispatchInfo
template<class Traits>
class DispatchTask
template<class PAYLOAD>
class PipeTask
template<class PAYLOAD>
class ProducerConsumerTask
class NetService
class NetUser

Constructors, destructors, conversion operators

Thread(bool autodel = true)
Thread(const Thread&) deleted
Thread(Thread&&) deleted
~Thread() virtual

Public functions

auto operator=(const Thread&) -> Thread& deleted
auto operator=(Thread&&) -> Thread& deleted
void stop()

Private functions

void run() pure virtual