Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Enumerations
Worker.h File Reference
#include <string>
#include <thread>
#include <atomic>
#include "Guards.h"
Include dependency graph for Worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dev::Worker
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

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.