Ethereum  PoC-8
The C++ Implementation of Ethereum
Worker.h File Reference
#include <string>
#include <thread>
#include <atomic>
#include "Guards.h"

Go to the source code of this file.

Classes

class  dev::Worker
 

Namespaces

 dev
 

Enumerations

enum  dev::IfRunning { dev::IfRunning::Fail, dev::IfRunning::Join, dev::IfRunning::Detach }
 
enum  dev::WorkerState {
  dev::WorkerState::Starting, dev::WorkerState::Started, dev::WorkerState::Stopping, dev::WorkerState::Stopped,
  dev::WorkerState::Killing
}
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Worker.h.