2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-21 15:22:14 +00:00

More improvements in the examples.

This commit is contained in:
Marcelo Zimbres
2021-11-21 21:00:22 +01:00
parent a3ff680847
commit 4189f7dc56
21 changed files with 455 additions and 529 deletions

View File

@@ -1,4 +1,5 @@
/* Copyright (c) 2019 - 2021 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/// \example basic1.cpp
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -57,3 +58,5 @@ int main()
co_spawn(ioc, ping(), net::detached);
ioc.run();
}
/// \example basic2.cpp