Struct AbstractActionBase::ConcurrencySlot

Nested Relationships

This struct is a nested type of Template Class AbstractActionBase.

Struct Documentation

struct ConcurrencySlot

POD holding info for one execution.

Public Functions

inline ConcurrencySlot()

Public Members

Execution::Ptr execution
std::thread *thread_ptr

Owned pointer to a thread.

GoalHandlePtr goal_handle
bool in_use