|
trantor
Non-blocking I/O cross-platform TCP network library, using C++14
|
#include <trantor/exports.h>#include <trantor/net/EventLoopThreadPool.h>#include <trantor/net/InetAddress.h>#include <trantor/net/TcpConnection.h>#include <trantor/net/callbacks.h>#include <trantor/utils/Logger.h>#include <trantor/utils/NonCopyable.h>#include <trantor/utils/TimingWheel.h>#include <csignal>#include <memory>#include <set>#include <string>
Go to the source code of this file.
Classes | |
| class | trantor::TcpServer |
| This class represents a TCP server. More... | |
Namespaces | |
| namespace | trantor |
Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/trantor Use of this source code is governed by a BSD-style license that can be found in the License file.
Trantor