2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Improvements with timeouts and simplifications.

This commit is contained in:
Marcelo Zimbres
2022-05-25 21:43:37 +02:00
parent 3dff0b78de
commit 4858c078f9
12 changed files with 189 additions and 147 deletions

View File

@@ -47,7 +47,7 @@ int main()
auto ep = *std::begin(res);
int n = 100;
for (int i = 0; i < 2; ++i)
for (int i = 0; i < 100; ++i)
net::co_spawn(ioc, example(ep, "Some message\n", n), net::detached);
ioc.run();