join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::NetlinkManager::Job Struct Reference

job to be executed on the reactor thread. More...

#include <netlinkmanager.hpp>

Public Attributes

std::function< void()> func
 function to execute.
 
std::atomic< bool > done {false}
 set to true when the job has been executed.
 

Detailed Description

job to be executed on the reactor thread.

Member Data Documentation

◆ done

std::atomic<bool> join::NetlinkManager::Job::done {false}

set to true when the job has been executed.

◆ func

std::function<void ()> join::NetlinkManager::Job::func

function to execute.


The documentation for this struct was generated from the following file: