device< rmt::Thread >

Description

A device representing a remote thread. Technically it’s a logical distinction and not a physical.

Vars

event_loop

ev_loop_

bool

keep_running_

std::function< void()>

run_func_

std::thread

thread_

Methods

void

run ( )

device ( Func )

void

stop ( )


Vars Description

event_loop ev_loop_


bool keep_running_


std::function< void()> run_func_


std::thread thread_


Methods Description

void run ( )


device ( Func )


void stop ( )