BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
fc::asio::default_io_service_scope Class Reference

#include <asio.hpp>

Public Member Functions

 default_io_service_scope ()
 
 ~default_io_service_scope ()
 

Static Public Member Functions

static void set_num_threads (uint16_t num_threads)
 
static uint16_t get_num_threads ()
 

Public Attributes

boost::asio::io_service * io
 

Static Protected Attributes

static uint16_t num_io_threads = 0
 

Detailed Description

Definition at line 74 of file asio.hpp.

Constructor & Destructor Documentation

◆ default_io_service_scope()

fc::asio::default_io_service_scope::default_io_service_scope ( )

Definition at line 150 of file asio.cpp.

◆ ~default_io_service_scope()

fc::asio::default_io_service_scope::~default_io_service_scope ( )

Definition at line 200 of file asio.cpp.

Member Function Documentation

◆ get_num_threads()

uint16_t fc::asio::default_io_service_scope::get_num_threads ( )
static

Definition at line 145 of file asio.cpp.

◆ set_num_threads()

void fc::asio::default_io_service_scope::set_num_threads ( uint16_t  num_threads)
static

Definition at line 140 of file asio.cpp.

Member Data Documentation

◆ io

boost::asio::io_service* fc::asio::default_io_service_scope::io

Definition at line 84 of file asio.hpp.

◆ num_io_threads

uint16_t fc::asio::default_io_service_scope::num_io_threads = 0
staticprotected

Definition at line 89 of file asio.hpp.


The documentation for this class was generated from the following files: