Traits exposing AsyncStreams public types through a single template parameter. More...
#include <AsyncStreams.h>
Public Types | |
| using | BufferView = AsyncBufferView |
| using | BuffersPool = AsyncBuffersPool |
| using | ReadableStream = AsyncReadableStream |
| using | WritableStream = AsyncWritableStream |
| using | DuplexStream = AsyncDuplexStream |
Traits exposing AsyncStreams public types through a single template parameter.
This helps adapters depend on stream types only when they are instantiated.