Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
NO_THREAD Class Reference

This is an empty struct. More...

#include <Executor.hxx>

Detailed Description

This is an empty struct.

If you give it as an argument to the executor constructor, the executor will be created without a thread. The owner is responsible for "donating" a thread (typically the main thread) to that executor. See Executor::thread_body()

Definition at line 256 of file Executor.hxx.

Constructor & Destructor Documentation

◆ NO_THREAD()

NO_THREAD::NO_THREAD ( )
inline

Definition at line 258 of file Executor.hxx.


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