Skip to content

fasxmut/cobalt-cpp-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobalt cpp examples

My boost::cobalt c++ examples

c++

class

std::cout

std::endl

std::string

boost::cobalt

cobalt::promise

cobalt::generator

cobalt::race

cobalt::with

cobalt::join

examples

hello.cpp

co_main - start using co_main in c++ coroutines

cobalt-promise.cpp

cobalt::promise - co_await single value returned by co_return .

cobalt-generator.cpp

cobalt::generator - co_await many values returned by co_yield and co_return .

http-server.cpp http-client.cpp

asio/beast coroutine http server and client using cobalt.

http-cs.cpp

beast cobalt http cs - http server/client in one single c++ source file.

LICENSE

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

About

boost::cobalt c++ examples

Resources

License

Unknown, BSL-1.0 licenses found

Licenses found

Unknown
COPYING
BSL-1.0
LICENSE_1_0.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages