|
join 1.0
lightweight network framework library
|
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. | |
job to be executed on the reactor thread.
| std::atomic<bool> join::NetlinkManager::Job::done {false} |
set to true when the job has been executed.
| std::function<void ()> join::NetlinkManager::Job::func |
function to execute.