use LiveActionServerGoal;
use Action;
use Arc;
/// Use this to send feedback from an action server. This struct can be cloned
/// and sent to other threads without the main goal handle. It can continue to
/// send feedback until the goal has reached a terminal state.