#ifndef EFSW_LOCK_HPP #define EFSW_LOCK_HPP #include #include namespace efsw { using Lock = std::unique_lock; } // namespace efsw #endif