trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
AsyncStream.h File Reference
#include <trantor/utils/NonCopyable.h>
#include <memory>
Include dependency graph for AsyncStream.h:
This graph shows which files directly or indirectly include this file:

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>

Detailed Description

Author
An Tao

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.