|
trantor
Non-blocking I/O cross-platform TCP network library, using C++14
|


Go to the source code of this file.
Classes | |
| class | trantor::AsyncStream |
| This class represents a data stream that can be sent asynchronously. The data is sent in chunks, and the chunks are sent in order, and all the chunks are sent continuously. More... | |
Namespaces | |
| namespace | trantor |
Typedefs | |
| using | trantor::AsyncStreamPtr = std::unique_ptr<AsyncStream> |
Public header file in trantor lib.
Copyright 2023, An Tao. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the License file.