This commit is contained in:
2025-10-29 19:26:20 +03:00
parent 50e79aa0ae
commit 620f8ba136
4 changed files with 2 additions and 8 deletions

View File

@@ -396,10 +396,6 @@ public:
[p_event, states, currentState, this]<traits::fsm_state_c curr_state_t>(curr_state_t*) {
using to_state_t = curr_state_t::transition_t::template find_state_by_event_t<EvT>;
if (std::holds_alternative<to_state_t>(*currentState)) {
// ?!!!! from self
}
if constexpr (!std::is_void_v<to_state_t>) {
std::lock_guard lock(_transitionMutex);