llarp::path::PathContext::SyncOwnedPathsMap_t

Public Functions

Name
OwnedPathsMap_t second GUARDED_BY(first )
template <typename OwnedHopVisitor >
void
ForEach(OwnedHopVisitor && visit)
Invokes a callback for each owned path; visit must be invokable with a const Path_ptr& argument.

Public Attributes

Name
util::Mutex first

Public Functions Documentation

function GUARDED_BY

OwnedPathsMap_t second GUARDED_BY(
    first 
)

function ForEach

template <typename OwnedHopVisitor >
inline void ForEach(
    OwnedHopVisitor && visit
)

Invokes a callback for each owned path; visit must be invokable with a const Path_ptr& argument.

Public Attributes Documentation

variable first

util::Mutex first;

Updated on 2026-01-10 at 22:49:45 +0000