|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Tracks the lifecycle state of a spawned coroutine. More...
#include <processor_runner.hpp>
Public Attributes | |
| std::atomic< bool > | started { false } |
| True when coroutine has started execution. | |
| std::atomic< bool > | done { false } |
| True when coroutine has completed. | |
Tracks the lifecycle state of a spawned coroutine.
Definition at line 61 of file processor_runner.hpp.
| std::atomic<bool> radix_relay::core::coroutine_state::done { false } |
True when coroutine has completed.
Definition at line 64 of file processor_runner.hpp.
| std::atomic<bool> radix_relay::core::coroutine_state::started { false } |
True when coroutine has started execution.
Definition at line 63 of file processor_runner.hpp.