chronon::sender::detail::ActivitySchedulingState
#include <Unit.hpp>
Public Functions
| Name | |
|---|---|
| void | publish() |
Public Attributes
| Name | |
|---|---|
| std::atomic< bool > * | root |
| std::atomic< bool > | enabled |
Public Functions Documentation
function publish
inline void publish()
Public Attributes Documentation
variable root
std::atomic< bool > * root = nullptr;
variable enabled
std::atomic< bool > enabled {false};
Updated on 2026-07-20 at 14:09:51 +0000