Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir authored May 12, 2024
1 parent ca04f29 commit 44715a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Macoro - A C++14/20 coroutine libray
# Macoro - A C++20 coroutine libray

This library is a subset of [cppcoro](https://github.com/lewissbaker/cppcoro) with the addition of having c+\+14 support, see the [blog post](https://ladnir.github.io/blog/2022/01/24/macoro.html).
This library is a subset of [cppcoro](https://github.com/lewissbaker/cppcoro).

Currently library contains a general purpose `task<T>, eager_tast<T>` types and various helper algorithms such as `when_all` and cancellations. More to come soon.
Currently library contains a general purpose `task<T>, eager_tast<T>` types and various helper algorithms such as `when_all` and cancellations. More to come soon.

0 comments on commit 44715a8

Please sign in to comment.