Struct DBHandler::DeferredCopyFromSessionsΒΆ
-
struct
DeferredCopyFromSessions Public Functions
-
std::optional<DeferredCopyFromState>
operator()(const std::string &session_id)
-
void
add(const std::string &session_id, const DeferredCopyFromState &state)
-
void
remove(const std::string &session_id)
Public Members
-
std::unordered_map<std::string, DeferredCopyFromState>
was_deferred_copy_from
-
std::mutex
deferred_copy_from_mutex
-
std::optional<DeferredCopyFromState>