Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::core::coroutine_state Struct Reference

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.
 

Detailed Description

Tracks the lifecycle state of a spawned coroutine.

Definition at line 61 of file processor_runner.hpp.

Member Data Documentation

◆ done

std::atomic<bool> radix_relay::core::coroutine_state::done { false }

True when coroutine has completed.

Definition at line 64 of file processor_runner.hpp.

◆ started

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.


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