ZLMediaKit/3rdpart/wepoll/sys/epoll.cpp
反季春 cf300fa177
FANJICHUN
Signed-off-by: 反季春 <16274642+anti-seasonal-spring@user.noreply.gitee.com>
2025-10-10 14:30:45 +00:00

15 lines
526 B
C++

/*
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
*
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
*
* Use of this source code is governed by MIT license that can be found in the
* LICENSE file in the root of the source tree. All contributing project authors
* may be found in the AUTHORS file in the root of the source tree.
*/
#include "epoll.h"
std::map<int, HANDLE> toolkit::s_wepollHandleMap;
int toolkit::s_handleIndex = 0;
std::mutex toolkit::s_handleMtx;