Audacity 3.2.0
|
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <future>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <unordered_set>
#include "CloudSyncDTO.h"
#include "NetworkUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | audacity |
namespace | audacity::network_manager |
namespace | audacity::cloud |
namespace | audacity::cloud::audiocom |
namespace | audacity::cloud::audiocom::sync |
Typedefs | |
using | audacity::network_manager::ResponsePtr = std::shared_ptr< IResponse > |
using | audacity::cloud::audiocom::sync::RemoteProjectSnapshotStateCallback = std::function< void(RemoteProjectSnapshotState)> |