2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-13 00:32:13 +00:00

Improvements in the test stream.

This commit is contained in:
Marcelo Zimbres
2020-11-28 23:06:27 +01:00
parent 8ac962af4b
commit 6dc6a8f514
3 changed files with 92 additions and 72 deletions

View File

@@ -17,7 +17,7 @@ namespace this_coro = net::this_coro;
using namespace net;
using namespace aedis;
awaitable<void> example1()
net::awaitable<void> example1()
{
auto ex = co_await this_coro::executor;
@@ -58,7 +58,7 @@ awaitable<void> example1()
}
}
awaitable<void> example2()
net::awaitable<void> example2()
{
auto ex = co_await this_coro::executor;
@@ -80,7 +80,7 @@ awaitable<void> example2()
}
}
awaitable<void> example3()
net::awaitable<void> example3()
{
tcp_socket socket {co_await this_coro::executor};