Giter VIP home page Giter VIP logo

coro's Introduction

Coro

A C++ coroutine library, built upon coroutine support introduced in C++20.

Author

Martin Beran

[email protected]

License

This software is available under the terms of BSD 2-Clause License, see file LICENSE.md.

Development status

This is a work in progress. It is currently usable for experiments with coroutines and for learning how coroutines work. It is incomplete, probably buggy, and not suitable for any production use.

There are subtle bugs or differences related to coroutine support in various kinds and versions of compilers. This library is currently being developed using GCC 12.1.0.

Repository structure

  • doc/ – documentation
  • src/ – source code
  • test/ – test programs

Build

The library itself is header only.

Build test programs and basic (Markdown) documentation:

mkdir build
cd build
cmake ..
cmake --build . -j `nproc`

Documentation of Coro is generated by Doxygen from comments in source code and from files in subdirectory doc/ into build subdirectory html/ by command

make doxygen

coro's People

Contributors

martin-beran avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.