uvco 0.1
Loading...
Searching...
No Matches
pipe.h
Go to the documentation of this file.
1// uvco (c) 2023 Lewin Bormann. See LICENSE for specific terms.
2
3#pragma once
4
5#include "uvco/stream.h"
6
7#include <utility>
8
9namespace uvco {
10
11class Loop;
12
15
18std::pair<StreamBase, StreamBase> pipe(const Loop &loop);
19
20} // namespace uvco
std::pair< StreamBase, StreamBase > pipe(const Loop &loop)
Definition pipe.cc:16
Definition async_work.cc:17