omni::sync::runnable
NAME

omni::sync::runnable

A class of omni::sync

#include <omni/sync/runnable.hpp>
class omni::sync::runnable

MEMBERS

omni::sync::runnable::runnable()
omni::sync::runnable::~runnable()
uint64_t omni::sync::runnable::hash()
virtual void omni::sync::runnable::run(omni::sync::thread_arg_t parm)
uint64_t omni::sync::runnable::type()
virtual bool omni::sync::runnable::operator!=(const omni::sync::runnable& o)
omni::sync::runnable& omni::sync::runnable::operator=(omni::sync::runnable& o)
virtual bool omni::sync::runnable::operator==(const omni::sync::runnable& o)
omni::sync::runnable::disposing
omni::sync::runnable::name

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top