# Functions
New connects to SCIOND and spawns the asynchronous path resolver.
NewSyncPaths creates a new SyncPaths object and sets the timestamp to current time.
# Constants
Default wait time after a failed path lookup (for periodic lookups).
Default time after which a path is considered stale.
Default wait time after a successful path lookup (for periodic lookups).
# Structs
No description provided by the author
No description provided by the author
SyncPaths contains a concurrency-safe reference to an spathmeta.AppPathSet that is continuously kept up to date by the path manager.
SyncPathsData is the atomic value inside a SyncPaths object.
Timers is used to customize the timers for a new Path Manager.