File future.h File List > common > future.h Go to the documentation of this file #pragma once #include <future> namespace uipc { using Future = std::future<void>; }