#include "carla/Exception.h"
#include "carla/Time.h"
#include <boost/optional.hpp>
#include <boost/variant2/variant.hpp>
#include <condition_variable>
#include <exception>
#include <map>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | carla::RecurrentSharedFuture< T >::mapped_type |
class | carla::RecurrentSharedFuture< T > |
This class is meant to be used similar to a shared future, but the value can be set any number of times. More... | |
class | carla::detail::SharedException |
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::detail | |
Variables | |
static thread_local const char | carla::detail::thread_tag {} |